Skip to content

Commit

Permalink
Merge pull request #92 from christopherhein/bug/proper-gcp-project-name
Browse files Browse the repository at this point in the history
Updating staging and prod registries
  • Loading branch information
k8s-ci-robot committed Jun 8, 2021
2 parents d2f95df + 035694c commit e593785
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 @@ -56,8 +56,8 @@ REGISTRY ?= gcr.io
ifneq ($(shell gcloud config get-value project), )
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
endif
STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api-provider-nested
PROD_REGISTRY ?= us.gcr.io/k8s-artifacts-prod/cluster-api-provider-nested
STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api-nested
PROD_REGISTRY ?= us.gcr.io/k8s-artifacts-prod/cluster-api-nested

# Infrastructure
IMAGE_NAME ?= cluster-api-nested-controller
Expand Down

0 comments on commit e593785

Please sign in to comment.