Skip to content

Commit

Permalink
switch cosign registry from GCR to GHCR
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored and michi-covalent committed Oct 6, 2024
1 parent 47320cc commit d4ea360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_helm_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER=${DOCKER:-docker}
ORG=${ORG:-cilium}

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

helm() {
Expand Down

0 comments on commit d4ea360

Please sign in to comment.