Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 9781af0

Browse files
committed
Set correct format in parameter
Signed-off-by: Charalampos Mainas <[email protected]>
1 parent 58f996c commit 9781af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
runner: '["gcc", "dind", "2204"]'
5959
runner-archs: '["amd64", "arm64"]'
6060
dockerfiles: ${{ toJSON(fromJSON(needs.get-changed-files.outputs.dockerfile_files || '[]')) }}
61-
version-tag: needs.get-changed-files.outputs.version
61+
version-tag: ${{ needs.get-changed-files.outputs.version }}

0 commit comments

Comments
 (0)