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 96e7c8e commit 6dc32fdCopy full SHA for 6dc32fd
.github/workflows/release-project.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker/login-action@v1
33
with:
34
username: ${{ secrets.DOCKER_HUB_USERNAME }}
35
- password: ${{ secrets.DOCKER_HUB_PASSWORD }}
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
36
- name: Build and push docker image to Docker Hub
37
uses: docker/build-push-action@v2
38
0 commit comments