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 1aa3e85 commit dc4ac09Copy full SHA for dc4ac09
.github/workflows/docker-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/login-action@v1
42
with:
43
username: ${{ secrets.DOCKERHUB_USERNAME }}
44
- password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
45
46
# Extract metadata (tags, labels) for Docker
47
# https://github.com/docker/metadata-action
0 commit comments