Merge pull request #2189 from crazy-max/0.12_backport_ci-dockerhub-creds

[v0.12 backport] ci: use public bot account to push bin image
This commit is contained in:
Tõnis Tiigi 2024-01-12 11:10:25 -08:00 committed by GitHub
commit 091214d59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,8 +225,8 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
-
name: Build and push image
uses: docker/bake-action@v4