Skip to content

Commit e43958f

Browse files
committed
attempt with bash var
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 7528b05 commit e43958f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
echo "${{ toJSON(fromJSON(inputs.changed)['hello-world'].unikraft) }}"
2929
echo "${{ toJSON(fromJSON(inputs.changed).hello-world.unikraft) }}"
3030
echo "${{ toJSON(fromJSON(inputs.changed).hello-world.unikraft.firecracker) }}"
31-
echo "${{ join(fromJSON(inputs.changed).hello-world.unikraft.${{ inputs.monitor }}, ' '), amd64 }}"
31+
MON=${{inputs.monitor}}
32+
echo "${{ join(fromJSON(inputs.changed).hello-world.unikraft.$MON, ' '), amd64 }}"
3233
3334
build-image-amd64:
3435
name: Build and push image

0 commit comments

Comments
 (0)