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 1cb3581 + c50e3b1 commit ef3e6faCopy full SHA for ef3e6fa
.github/workflows/release-project.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: docker/login-action@v1
19
with:
20
username: ${{ secrets.DOCKER_HUB_USERNAME }}
21
- password: ${{ secrets.DOCKER_HUB_PASSWORD }}
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
22
- name: Extract tag name
23
id: extract_tagname
24
shell: bash
0 commit comments