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 6dd47e5 commit e7fe097Copy full SHA for e7fe097
.github/workflows/docker-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: docker/login-action@v1
49
with:
50
registry: ${{ env.REGISTRY }}
51
- username: ${{ github.DOCKERHUB_USER }}
+ username: ${{ secrets.DOCKERHUB_USER }}
52
password: ${{ secrets.DOCKERHUB_PASS }}
53
54
# Extract metadata (tags, labels) for Docker
0 commit comments