Skip to content

Commit dc4ac09

Browse files
authored
Docker hub (#21)
* Create docker-publish.yml * updates * updates * updates * update * fix access token
1 parent 1aa3e85 commit dc4ac09

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
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/login-action@v1
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
44-
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
44+
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545

4646
# Extract metadata (tags, labels) for Docker
4747
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)