Skip to content

Commit d4ea360

Browse files
bobcallawaymichi-covalent
authored andcommitted
switch cosign registry from GCR to GHCR
Signed-off-by: Bob Callaway <[email protected]>
1 parent 47320cc commit d4ea360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_helm_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKER=${DOCKER:-docker}
77
ORG=${ORG:-cilium}
88

99
cosign() {
10-
"${DOCKER}" run --rm gcr.io/projectsigstore/cosign:v2.2.4 "$@"
10+
"${DOCKER}" run --rm ghcr.io/sigstore/cosign/cosign:v2.2.4 "$@"
1111
}
1212

1313
helm() {

0 commit comments

Comments
 (0)