From 5972f823ea52072d6cef184463522f12509db668 Mon Sep 17 00:00:00 2001 From: kentsanggds Date: Tue, 22 Oct 2024 11:01:32 +0100 Subject: [PATCH] d list /tmp/digests --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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