diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index af27b75b..39f178ae 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -256,6 +256,10 @@ jobs: IMAGES_LIST=($IMAGES) ANNOTATIONS_LIST=($DOCKER_METADATA_OUTPUT_ANNOTATIONS) for REPO in "${IMAGES_LIST[@]}"; do + echo docker buildx imagetools create \ + $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ + $(printf -- " --annotation %q" "${ANNOTATIONS_LIST[@]}") \ + $(printf "$REPO@sha256:%s " *) docker buildx imagetools create \ $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ $(printf -- " --annotation %q" "${ANNOTATIONS_LIST[@]}") \