feat: Add image info to step summary
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user