Skip to content

Commit

Permalink
Merge pull request #5080 from bobcallaway/ghcr
Browse files Browse the repository at this point in the history
change cosign registry from GCR to GHCR
  • Loading branch information
twz123 authored Oct 8, 2024
2 parents 05e5922 + 4f5b2f8 commit 280cbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ sign-sbom: sbom/spdx.json
-v "$(CURDIR):/k0s" \
-v "$(CURDIR)/sbom:/out" \
-e COSIGN_PASSWORD="$(COSIGN_PASSWORD)" \
gcr.io/projectsigstore/cosign:v2.3.0 \
ghcr.io/sigstore/cosign/cosign:v2.3.0 \
sign-blob \
--key /k0s/cosign.key \
--tlog-upload=false \
Expand All @@ -329,6 +329,6 @@ sign-pub-key:
-v "$(CURDIR):/k0s" \
-v "$(CURDIR)/sbom:/out" \
-e COSIGN_PASSWORD="$(COSIGN_PASSWORD)" \
gcr.io/projectsigstore/cosign:v2.3.0 \
ghcr.io/sigstore/cosign/cosign:v2.3.0 \
public-key \
--key /k0s/cosign.key --output-file /out/cosign.pub

0 comments on commit 280cbed

Please # to comment.