Skip to content

Commit

Permalink
push incremental builds to GHCR instead of gcr
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Aug 4, 2024
1 parent 45f4727 commit 33cd97e
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 @@ -57,4 +57,4 @@ jobs:
run: gcloud auth configure-docker --quiet

- name: policy-controller
run: COSIGN_YES="true" KO_PREFIX=gcr.io/projectsigstore/policy-controller/ci make build-sign-containers
run: COSIGN_YES="true" KO_PREFIX=ghcr.io/sigstore/policy-controller/policy-controller/ci make build-sign-containers

0 comments on commit 33cd97e

Please sign in to comment.