Skip to content

Commit

Permalink
Merge pull request #2189 from crazy-max/0.12_backport_ci-dockerhub-creds
Browse files Browse the repository at this point in the history
[v0.12 backport] ci: use public bot account to push bin image
  • Loading branch information
tonistiigi authored Jan 12, 2024
2 parents 30feaa1 + 5f26f51 commit 091214d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 091214d

Please sign in to comment.