Skip to content

Commit

Permalink
use find to get filenames from artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith authored Aug 23, 2023
1 parent 1f75af2 commit 7142b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
working-directory: digests
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' */*)
$(find -type f -exec basename {} ';' | xargs printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ')
-
name: Inspect image
run: |
Expand Down

0 comments on commit 7142b18

Please sign in to comment.