Skip to content

Commit

Permalink
Pass the result of string comparison
Browse files Browse the repository at this point in the history
Signed-off-by: Charalampos Mainas <[email protected]>
  • Loading branch information
cmainas committed Oct 23, 2024
1 parent 9781af0 commit f62b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
runner: '["gcc", "dind", "2204"]'
runner-archs: '["amd64", "arm64"]'
dockerfiles: ${{ toJSON(fromJSON(needs.get-changed-files.outputs.dockerfile_files || '[]')) }}
version-tag: ${{ needs.get-changed-files.outputs.version }}
version-tag: ${{ needs.get-changed-files.outputs.version }} == 'true' }}

0 comments on commit f62b4ef

Please sign in to comment.