We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3de174 commit 2029dadCopy full SHA for 2029dad
Makefile
@@ -829,6 +829,11 @@ release: clean-release ## Build and push container images using the latest git t
829
git checkout "${RELEASE_TAG}"
830
# Build binaries first.
831
GIT_VERSION=$(RELEASE_TAG) $(MAKE) release-binaries
832
+ # Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
833
+ $(MAKE) release-manifests-all
834
+
835
+.PHONY: release-manifests-all
836
+release-manifests-all: # Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
837
# Set the manifest image to the production bucket.
838
$(MAKE) manifest-modification REGISTRY=$(PROD_REGISTRY)
839
## Build the manifests
0 commit comments