Skip to content

Commit 90e30a3

Browse files
authored
Update release.yml
1 parent 59f35fb commit 90e30a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
go-version: '1.24.1'
2525
- name: Log in to Docker Hub
26-
if: env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_PASSWORD != ''
26+
if: env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_TOKEN != ''
2727
uses: docker/login-action@v3
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
30-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
30+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131
- name: Log in to GitHub Container Registry
3232
uses: docker/login-action@v3
3333
with:

0 commit comments

Comments
 (0)