Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Webber <[email protected]>
  • Loading branch information
sebastianwebber committed Oct 31, 2024
1 parent e832e69 commit f8e7319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
overwrite: true
merge:
runs-on: ${{ inputs.runner }}
needs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f8e7319

Please sign in to comment.