diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4ea0517..bccddd1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -182,9 +182,7 @@ jobs: - name: Create manifest list and push working-directory: /tmp/digests run: | + docker buildx imagetools create --dry-run $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ + $(printf '${{ inputs.registry }}@sha256:%s ' *) docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ $(printf '${{ inputs.registry }}@sha256:%s ' *) - - - name: Inspect image - run: | - docker buildx imagetools inspect ${{ inputs.registry }}:${{ inputs.tags }}