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 59f35fb commit 90e30a3Copy full SHA for 90e30a3
.github/workflows/release.yml
@@ -23,11 +23,11 @@ jobs:
23
with:
24
go-version: '1.24.1'
25
- name: Log in to Docker Hub
26
- if: env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_PASSWORD != ''
+ if: env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_TOKEN != ''
27
uses: docker/login-action@v3
28
29
username: ${{ secrets.DOCKERHUB_USERNAME }}
30
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
31
- name: Log in to GitHub Container Registry
32
33
0 commit comments