We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d33c1 commit 3dfb85dCopy full SHA for 3dfb85d
1 file changed
.github/workflows/docker-publish.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- # https://github.com/docker/login-action
66
name: Log in to Docker Hub
67
- if: inputs.push == 'true'
+ if: inputs.push
68
uses: docker/login-action@v3
69
with:
70
username: ${{ vars.DOCKER_HUB_USERNAME }}
0 commit comments