Skip to content

Commit 7d905ec

Browse files
authored
Update manual-docker-publish.yml
1 parent 1285ad1 commit 7d905ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}
5757

5858
- name: Check if image should be published
59-
if: ${{ inputs[matrix.image] }}
59+
if: ${{ inputs[matrix.image] == true }}
6060
run: echo "Publishing ${{ matrix.image }} image"

0 commit comments

Comments
 (0)