Skip to content

Commit

Permalink
Use bot token for image push
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Jan 31, 2022
1 parent 30b07dd commit 2b38204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.QUICK_SILVER_GHCR_BOT_TOKEN }}
- name: Build docker image
run: make docker-build TAG=${{ env.TAG }}
- name: Push docker image
Expand Down

0 comments on commit 2b38204

Please sign in to comment.