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 3a31403 commit 2130b2fCopy full SHA for 2130b2f
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker/login-action@v1
33
with:
34
username: ${{ secrets.DOCKERHUB_USERNAME }}
35
- password: ${{ secrets.DOCKERHUB_TOKEN }
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
36
- name: Login to GitHub Container Registry
37
38
0 commit comments