Skip to content

Commit

Permalink
d list /tmp/digests
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Oct 22, 2024
1 parent 44abbca commit 5972f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
run: |
tag_args=$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")
echo "======== tag args = $tag_args"
ls -la
ls /tmp/digests -la
printf -v sources "${IMAGEREF_PREFIX}@sha256:%s " *
# shellcheck disable=SC2086 # Intentional word-splitting on $tag_args and $sources.
docker buildx imagetools create $tag_args $sources
Expand Down

0 comments on commit 5972f82

Please sign in to comment.