Skip to content

Commit

Permalink
Merge pull request #7069 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…7063-to-release-1.2

[release-1.2] 🐛  Fix omitted target in CAPD staging Makefile target
  • Loading branch information
k8s-ci-robot authored Aug 17, 2022
2 parents a348067 + 777e468 commit b8d0ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,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
Expand Down

0 comments on commit b8d0ed2

Please sign in to comment.