Skip to content

Commit

Permalink
move incremental builds per commit to GHCR instead of GCR (#3808)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Aug 6, 2024
1 parent d0492cf commit be43902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
- name: containers-cosign
run: make sign-ci-containers
env:
KO_PREFIX: gcr.io/projectsigstore/cosign/ci
KO_PREFIX: ghcr.io/sigstore/cosign/cosign/ci
COSIGN_PASSWORD: "${{secrets.COSIGN_PASSWORD}}"

0 comments on commit be43902

Please sign in to comment.