Skip to content

Commit 5c968e0

Browse files
authored
ci(release): fix cosign invocation (cloudnative-pg#7042)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent fba2786 commit 5c968e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Sign images
218218
run: |
219219
images=$(echo '${{ steps.bake-push.outputs.metadata }}' |
220-
jq '.[] | (."image.name" | sub(",.*";"" )) + "@" + ."containerimage.digest"'
220+
jq -r '.[] | (."image.name" | sub(",.*";"" )) + "@" + ."containerimage.digest"'
221221
)
222222
cosign sign --yes ${images}
223223

0 commit comments

Comments
 (0)