We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f554c05 commit 99bd24cCopy full SHA for 99bd24c
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: dockerhub-login
30
uses: docker/login-action@v1
31
with:
32
- username: ${{ secrets.DOCKER_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
34
35
- name: ghcr-login
0 commit comments