Skip to content

Commit 275670a

Browse files
authored
Merge pull request #7063 from killianmuldoon/fix/release-capd-staging-nightly
🐛 Fix omitted target in CAPD staging Makefile target
2 parents 8b86290 + 497235e commit 275670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ release-capd-staging-nightly: ## Tag and push container images to the staging bu
824824
echo $(NEW_RELEASE_ALIAS_TAG)
825825
$(MAKE) release-capd-alias-tag TAG=$(RELEASE_ALIAS_TAG) RELEASE_ALIAS_TAG=$(NEW_RELEASE_ALIAS_TAG)
826826
# Set the manifest image to the staging bucket.
827-
$(MAKE) manifest-modification REGISTRY=$(STAGING_REGISTRY) RELEASE_TAG=$(NEW_RELEASE_ALIAS_TAG)
827+
$(MAKE) manifest-modification-dev REGISTRY=$(STAGING_REGISTRY) RELEASE_TAG=$(NEW_RELEASE_ALIAS_TAG)
828828
## Build the manifests
829829
$(MAKE) release-manifests-dev
830830
# Example manifest location: artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20210121/infrastructure-components.yaml

0 commit comments

Comments
 (0)