Skip to content

Commit 37269da

Browse files
committed
another try
1 parent a4a963a commit 37269da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ jobs:
6666
else
6767
echo "Tag ${{ steps.generate_tag.outputs.full_tag }} does not exist, proceed with building the image."
6868
echo "run_build=false" >> "$GITHUB_OUTPUT"
69-
7069
fi
7170
7271
- name: Test step after query
73-
if: ${{ steps.query_tag.outputs.run_build == true }}
72+
if: "${{ steps.query_tag.outputs.run_build == 'true' }}"
7473
run: |
7574
echo "build docker image ${{ matrix.directory }} ${{ matrix.image }} here... with tag ${{ steps.generate_tag.outputs.full_tag }} "
7675
#-

0 commit comments

Comments
 (0)