Skip to content

Commit 3ce9d0a

Browse files
authored
Merge pull request #20 from totte-dev/fix/release-workflow
Fix release.yml secrets reference
2 parents 9be4692 + e6fccd6 commit 3ce9d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
password: ${{ secrets.GITHUB_TOKEN }}
139139

140140
- name: Log in to Docker Hub
141-
if: ${{ secrets.DOCKERHUB_TOKEN != '' }}
141+
continue-on-error: true
142142
uses: docker/login-action@v3
143143
with:
144144
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)