feat: Add image info to step summary

This commit is contained in:
2026-08-26 04:29:30 +02:00
parent 98c75f5e78
commit 2bb37b698e
+2
View File
@@ -85,6 +85,8 @@ jobs:
METADATA='${{ steps.bake.outputs.metadata }}'
IMAGES=$(echo ${METADATA} | jq 'map_values((."image.name" | select(. != null) | split(",|:";""))[0] + "@" + ."containerimage.digest")')
echo images=${IMAGES} >> $GITHUB_OUTPUT
echo \# Images >> $GITHUB_STEP_SUMMARY
echo $IMAGES >> $GITHUB_STEP_SUMMARY
- name: Kustomize manifests
if: inputs.push_manifests == 'true'