Skip to content

Commit 097e4d1

Browse files
author
nicos_backbase
committed
ci: fix reference to secrets
1 parent 79bc4df commit 097e4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
with:
301301
username: ${{ secrets.DOCKER_USERNAME }}
302302
password: ${{ secrets.DOCKER_PASSWORD }}
303-
if: secrets.DOCKER_USERNAME != null && secrets.DOCKER_PASSWORD != null
303+
if: ${{ secrets.DOCKER_USERNAME != '' && secrets.DOCKER_PASSWORD != '' }}
304304

305305
- name: Log in to GitHub Container Registry
306306
uses: docker/login-action@v3

0 commit comments

Comments
 (0)