Skip to content

Commit 3dfb85d

Browse files
authored
fix condition for login step (#20)
apparently the boolean string issue with action inputs has been fixed
1 parent 92d33c1 commit 3dfb85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- # https://github.com/docker/login-action
6666
name: Log in to Docker Hub
67-
if: inputs.push == 'true'
67+
if: inputs.push
6868
uses: docker/login-action@v3
6969
with:
7070
username: ${{ vars.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)