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 a4a963a commit 37269daCopy full SHA for 37269da
.github/workflows/docker-publish.yml
@@ -66,11 +66,10 @@ jobs:
66
else
67
echo "Tag ${{ steps.generate_tag.outputs.full_tag }} does not exist, proceed with building the image."
68
echo "run_build=false" >> "$GITHUB_OUTPUT"
69
-
70
fi
71
72
- name: Test step after query
73
- if: ${{ steps.query_tag.outputs.run_build == true }}
+ if: "${{ steps.query_tag.outputs.run_build == 'true' }}"
74
run: |
75
echo "build docker image ${{ matrix.directory }} ${{ matrix.image }} here... with tag ${{ steps.generate_tag.outputs.full_tag }} "
76
#-
0 commit comments