diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 26d06d7f..911ddee2 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -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