mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-30 18:42:05 +00:00
ci: Trace commands to push docker manifests
This commit is contained in:
parent
4f1907abfa
commit
e08ea3b9e5
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
IMAGES: ${{ inputs.images }}
|
IMAGES: ${{ inputs.images }}
|
||||||
run: |
|
run: |
|
||||||
|
set -o xtrace
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
IMAGES_LIST=($IMAGES)
|
IMAGES_LIST=($IMAGES)
|
||||||
ANNOTATIONS_LIST=($DOCKER_METADATA_OUTPUT_ANNOTATIONS)
|
ANNOTATIONS_LIST=($DOCKER_METADATA_OUTPUT_ANNOTATIONS)
|
||||||
|
@ -100,6 +101,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
IMAGES: ${{ inputs.images }}
|
IMAGES: ${{ inputs.images }}
|
||||||
run: |
|
run: |
|
||||||
|
set -o xtrace
|
||||||
IMAGES_LIST=($IMAGES)
|
IMAGES_LIST=($IMAGES)
|
||||||
for REPO in "${IMAGES_LIST[@]}"; do
|
for REPO in "${IMAGES_LIST[@]}"; do
|
||||||
docker buildx imagetools inspect $REPO:${{ steps.meta.outputs.version }}
|
docker buildx imagetools inspect $REPO:${{ steps.meta.outputs.version }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue