fix issue with bash script for manifests

This commit is contained in:
Jade Ellis 2025-01-09 03:01:45 +00:00
parent af9a6c0c95
commit ba04519546
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -260,7 +260,7 @@ jobs:
docker buildx imagetools create \
$(for tag in "${TAGS_LIST[@]}"; do echo "--tag"; echo "$tag"; done) \
$(for annotation in "${ANNOTATIONS_LIST[@]}"; do echo "--annotation"; echo "$annotation"; done) \
$(for reference in *; do printf "$REPO@sha256:%s" $reference; done)
$(for reference in *; do printf "$REPO@sha256:%s\n" $reference; done)
done
- name: Inspect image