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 75f4aae commit b59ad0fCopy full SHA for b59ad0f
.github/workflows/docker-publish.yml
@@ -41,8 +41,8 @@ jobs:
41
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
42
with:
43
registry: ${{ env.REGISTRY }}
44
- username: ${{ github.actor }}
45
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
46
47
# Extract metadata (tags, labels) for Docker
48
# https://github.com/docker/metadata-action
0 commit comments