Skip to content

Commit 9263df9

Browse files
committed
ci: fix jq pattern to have {"images": ...}
1 parent e9bd241 commit 9263df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ jobs:
648648
printf '# values.json\n\n```'
649649
cat \
650650
$(find ./dist-images -type f -name 'values.json' -print) | \
651-
jq -r --slurp '[.[].images] | flatten' | tee ./values.json
651+
jq -r --slurp '[.[].images] | flatten | {"images": .}' | tee ./values.json
652652
printf '```\n\n'
653653
} | tee -a "$GITHUB_STEP_SUMMARY"
654654
find ./dist-images \

0 commit comments

Comments
 (0)