Skip to content

Commit 7427300

Browse files
committed
chore: #134 Fix image signature restoring old cosign format
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 2de6e4b commit 7427300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
for tag in ${TAGS}; do
9090
images+="${tag}@${DIGEST} "
9191
done
92-
cosign sign --yes ${images}
92+
cosign sign --new-bundle-format=false --use-signing-config=false --yes ${images}

0 commit comments

Comments
 (0)