Skip to content

Commit

Permalink
Merge pull request docker#2157 from crazy-max/swtich-account-push-bin
Browse files Browse the repository at this point in the history
ci: use public bot account to push bin image
  • Loading branch information
crazy-max authored Dec 13, 2023
2 parents 57dc457 + 54a1f0f commit 8337c25
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: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
-
name: Build and push image
uses: docker/bake-action@v4
Expand Down

0 comments on commit 8337c25

Please sign in to comment.