$(printf "$GHCR_IMAGE@sha256:%s " *)

This commit is contained in:
tooomm 2026-08-14 07:14:21 +02:00 committed by GitHub
parent 528197f3f3
commit 4d7343fe70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,7 +167,7 @@ jobs:
--annotation "index:org.opencontainers.image.title=$OCI_TITLE" \
--annotation "index:org.opencontainers.image.url=$OCI_URL" \
$TAG_ARGS \
$(printf '%s@sha256:%s ' "$GHCR_IMAGE" *)
$(printf "$GHCR_IMAGE@sha256:%s " *)
- name: "Inspect images"
run: |