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.
2 parents 96e7c8e + 6dc32fd commit 8a587d9Copy full SHA for 8a587d9
.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