Skip to content

Commit 57e2245

Browse files
authored
fix the BUCKET variable (#412)
1 parent 7c496e8 commit 57e2245

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ KUSTOMIZE := $(TOOLS_BIN_DIR)/kustomize
3333
GOJQ := $(TOOLS_BIN_DIR)/gojq
3434

3535
STAGING_REGISTRY ?= gcr.io/k8s-staging-capi-ibmcloud
36+
STAGING_BUCKET ?= artifacts.k8s-staging-capi-ibmcloud.appspot.com
37+
BUCKET ?= $(STAGING_BUCKET)
3638
PROD_REGISTRY := k8s.gcr.io/capi-ibmcloud
3739
REGISTRY ?= $(STAGING_REGISTRY)
3840
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)

0 commit comments

Comments
 (0)