From 497235e4f62abc40cc9ab50252dcfaefc1370848 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Tue, 16 Aug 2022 11:31:02 +0100 Subject: [PATCH] Fix omitted target in CAPD staging Makefile target Signed-off-by: killianmuldoon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8688b433dbb2..fca6dd830f31 100644 --- a/Makefile +++ b/Makefile @@ -824,7 +824,7 @@ release-capd-staging-nightly: ## Tag and push container images to the staging bu echo $(NEW_RELEASE_ALIAS_TAG) $(MAKE) release-capd-alias-tag TAG=$(RELEASE_ALIAS_TAG) RELEASE_ALIAS_TAG=$(NEW_RELEASE_ALIAS_TAG) # Set the manifest image to the staging bucket. - $(MAKE) manifest-modification REGISTRY=$(STAGING_REGISTRY) RELEASE_TAG=$(NEW_RELEASE_ALIAS_TAG) + $(MAKE) manifest-modification-dev REGISTRY=$(STAGING_REGISTRY) RELEASE_TAG=$(NEW_RELEASE_ALIAS_TAG) ## Build the manifests $(MAKE) release-manifests-dev # Example manifest location: artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20210121/infrastructure-components.yaml