Skip to content

Commit

Permalink
Set correct format in parameter
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 58f996c commit 9781af0
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 }}

0 comments on commit 9781af0

Please sign in to comment.