Skip to content

Commit e5057b5

Browse files
committed
Use the docker action to push to Dockerhub
1 parent ff0d1ce commit e5057b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/login-action@v1
2222
with:
2323
username: ${{ secrets.DOCKER_HUB_USERNAME }}
24-
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
24+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2525
- name: Push to Docker Hub
2626
uses: docker/build-push-action@v2
2727
with:

0 commit comments

Comments
 (0)