ci: use public bot account to push bin image

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 54a1f0f0eacf06cd17e3e21c22644fc909e4c6a8)
This commit is contained in:
CrazyMax 2023-12-13 15:33:22 +01:00
parent 30feaa1a91
commit 454306a8ef
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

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: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
-
name: Build and push image
uses: docker/bake-action@v4