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 1cb3581 commit c50e3b1Copy full SHA for c50e3b1
.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