mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update summary step in Docker build workflow to improve output formatting and clarity
This commit is contained in:
parent
110502609b
commit
f567cd9c73
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker_build.yaml
vendored
2
.github/workflows/docker_build.yaml
vendored
|
|
@ -262,6 +262,6 @@ jobs:
|
||||||
docker buildx imagetools inspect ${{ steps.image.outputs.name }}:${{ steps.meta.outputs.version }}
|
docker buildx imagetools inspect ${{ steps.image.outputs.name }}:${{ steps.meta.outputs.version }}
|
||||||
|
|
||||||
- name: Summary
|
- name: Summary
|
||||||
run: |
|
run: |
|
||||||
echo "Multi-arch manifest created for ${{ matrix.name }}!"
|
echo "Multi-arch manifest created for ${{ matrix.name }}!"
|
||||||
echo "Tags: $(jq -cr '.tags | join(", ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")"
|
echo "Tags: $(jq -cr '.tags | join(", ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue