Skip to content

Commit 0ab1ab7

Browse files
committed
fix: #214 Add cosign flags to stay on previous signature format
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 73b8619 commit 0ab1ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-verify.yml

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

0 commit comments

Comments
 (0)