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 3d081ef commit 56731c5Copy full SHA for 56731c5
.github/workflows/docker-publish.yml
@@ -31,5 +31,5 @@ jobs:
31
# The login username for the registry
32
username: ${{ secrets.DOCKER_USERNAME }}
33
# The login password for the registry
34
- password: ${{ secrets.DOCKER_PASSWORD
+ password: ${{ secrets.DOCKER_TOKEN }}
35
tag_semver: true
0 commit comments