We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0d1ce commit e5057b5Copy full SHA for e5057b5
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: docker/login-action@v1
22
with:
23
username: ${{ secrets.DOCKER_HUB_USERNAME }}
24
- password: ${{ secrets.DOCKER_HUB_PASSWORD }}
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
25
- name: Push to Docker Hub
26
uses: docker/build-push-action@v2
27
0 commit comments