Skip to content

Commit

Permalink
move incremental builds per commit to GHCR instead of GCR (sigstore#3808
Browse files Browse the repository at this point in the history
)

Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored and kipz committed Oct 21, 2024
1 parent 850103f commit d8eac23
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 d8eac23

Please sign in to comment.