diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 38d8c73..405aa6f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -131,7 +131,6 @@ jobs: path: /tmp/digests/* if-no-files-found: error retention-days: 1 - overwrite: true merge: runs-on: ${{ inputs.runner }} needs: @@ -167,6 +166,9 @@ jobs: - name: Create manifest list and push working-directory: /tmp/digests run: | + set -eux + ls /tmp/digests -l + cat /tmp/digests/* docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ $(printf '${{ inputs.registry }}@sha256:%s ' *) - name: Inspect image