We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b8619 commit 0ab1ab7Copy full SHA for 0ab1ab7
1 file changed
.github/workflows/build-verify.yml
@@ -111,4 +111,4 @@ jobs:
111
for tag in ${TAGS}; do
112
images+="${tag}@${DIGEST} "
113
done
114
- cosign sign --yes ${images}
+ cosign sign --new-bundle-format=false --use-signing-config=false --yes ${images}
0 commit comments