We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6171fd commit bc1dc7eCopy full SHA for bc1dc7e
.github/workflows/publish.yml
@@ -101,7 +101,7 @@ jobs:
101
# Try to log in early. If this fails, there's no reason to perform the remaining steps
102
- name: Log in to Docker Hub
103
# Only attempt to log in if we later attempt to push.
104
- if: ${{ env.PUSH }}
+ if: ${{ env.PUSH == 'true' }}
105
uses: docker/login-action@v3
106
with:
107
username: ${{ secrets.DOCKER_HUB_USER }}
0 commit comments