We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9507525 commit 9ef7926Copy full SHA for 9ef7926
1 file changed
.github/workflows/docker-image-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
45
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.DOCKERGITHUBSECRET }}
46
47
# Extract metadata (tags, labels) for Docker
48
# https://github.com/docker/metadata-action
0 commit comments