We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48555 commit 29882caCopy full SHA for 29882ca
Makefile
@@ -85,7 +85,7 @@ RELEASE_LOC := release
85
ifeq ($(FIPS_ENABLE),yes)
86
RELEASE_LOC := release-fips
87
endif
88
-REGISTRY := gcr.io/spectro-dev-public/${RELEASE_LOC}
+REGISTRY ?= gcr.io/spectro-dev-public/${RELEASE_LOC}
89
STAGING_BUCKET ?= artifacts.k8s-staging-capi-openstack.appspot.com
90
BUCKET ?= $(STAGING_BUCKET)
91
PROD_REGISTRY ?= k8s.gcr.io/capi-openstack
0 commit comments