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 dfdb68a commit 57ab225Copy full SHA for 57ab225
.github/workflows/docker-publish.yml
@@ -57,8 +57,8 @@ jobs:
57
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
58
with:
59
registry: ${{ env.REGISTRY }}
60
- username: ${{ github.actor }}
61
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_TOKEN }}
62
63
# Extract metadata (tags, labels) for Docker
64
# https://github.com/docker/metadata-action
0 commit comments