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 1285ad1 commit 7d905ecCopy full SHA for 7d905ec
.github/workflows/manual-docker-publish.yml
@@ -56,5 +56,5 @@ jobs:
56
password: ${{ secrets.DOCKERHUB_TOKEN }}
57
58
- name: Check if image should be published
59
- if: ${{ inputs[matrix.image] }}
+ if: ${{ inputs[matrix.image] == true }}
60
run: echo "Publishing ${{ matrix.image }} image"
0 commit comments