mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 12:16:12 +02:00
fix issue with bash script for manifests
This commit is contained in:
parent
af9a6c0c95
commit
ba04519546
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue