We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{"images": ...}
1 parent e9bd241 commit 9263df9Copy full SHA for 9263df9
.github/workflows/main.yml
@@ -648,7 +648,7 @@ jobs:
648
printf '# values.json\n\n```'
649
cat \
650
$(find ./dist-images -type f -name 'values.json' -print) | \
651
- jq -r --slurp '[.[].images] | flatten' | tee ./values.json
+ jq -r --slurp '[.[].images] | flatten | {"images": .}' | tee ./values.json
652
printf '```\n\n'
653
} | tee -a "$GITHUB_STEP_SUMMARY"
654
find ./dist-images \
0 commit comments