chore: update summary step in Docker build workflow to improve output formatting and clarity

This commit is contained in:
Anish Sarkar 2026-03-05 18:24:26 +05:30
parent 110502609b
commit f567cd9c73

View file

@ -262,6 +262,6 @@ jobs:
docker buildx imagetools inspect ${{ steps.image.outputs.name }}:${{ steps.meta.outputs.version }}
- name: Summary
run: |
run: |
echo "Multi-arch manifest created for ${{ matrix.name }}!"
echo "Tags: $(jq -cr '.tags | join(", ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")"