Skip to content

Commit

Permalink
it is password, not token
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 2, 2022
1 parent 11c0e8a commit 9fe8199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}

-
name: Build and push to ghcr.io
Expand Down

0 comments on commit 9fe8199

Please sign in to comment.