Skip to content

Commit

Permalink
use specific repository secret
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 12, 2023
1 parent d3dbde6 commit ee485aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- # https://github.com/docker/build-push-action
name: Build and push Docker images
Expand Down

0 comments on commit ee485aa

Please sign in to comment.