Skip to content

Commit 56731c5

Browse files
authored
Fix token
1 parent 3d081ef commit 56731c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
# The login username for the registry
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
# The login password for the registry
34-
password: ${{ secrets.DOCKER_PASSWORD
34+
password: ${{ secrets.DOCKER_TOKEN }}
3535
tag_semver: true

0 commit comments

Comments
 (0)