Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1217 from damdo/fix-nightly-build-…
Browse files Browse the repository at this point in the history
…makefile-add-bucket

fix: Makefile: nightly build add bucket
  • Loading branch information
k8s-ci-robot authored Apr 25, 2024
2 parents 1d8b0b8 + 28655fa commit a1994e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ REGISTRY ?= gcr.io/$(GCP_PROJECT)
STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-gcp
PROD_REGISTRY := registry.k8s.io/cluster-api-gcp
IMAGE_NAME ?= cluster-api-gcp-controller
STAGING_BUCKET ?= k8s-staging-cluster-api-gcp
BUCKET ?= $(STAGING_BUCKET)
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
export TAG ?= dev
export ARCH ?= amd64
Expand Down

0 comments on commit a1994e5

Please sign in to comment.