We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aff17 commit 9db0b7aCopy full SHA for 9db0b7a
.gitignore
@@ -27,7 +27,6 @@
27
bin*
28
dist/
29
policyControllerImagerefs
30
-policyImagerefs
31
32
**verify-experimental*
33
release/ko-sign-release-images.sh
@@ -26,11 +26,5 @@ if [[ ! -f policyControllerImagerefs ]]; then
26
exit 1
fi
-if [[ ! -f policyImagerefs ]]; then
- echo "policyImagerefs not found"
- exit 1
-fi
-
34
echo "Signing images with Keyless..."
35
cosign sign --yes -a GIT_HASH="$GIT_HASH" -a GIT_VERSION="$GIT_VERSION" $(cat policyControllerImagerefs)
36
-cosign sign --yes -a GIT_HASH="$GIT_HASH" -a GIT_VERSION="$GIT_VERSION" $(cat policyImagerefs)
0 commit comments