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.
2 parents 8033662 + 2029dad commit 709d848Copy full SHA for 709d848
Makefile
@@ -832,6 +832,11 @@ release: clean-release ## Build and push container images using the latest git t
832
git checkout "${RELEASE_TAG}"
833
# Build binaries first.
834
GIT_VERSION=$(RELEASE_TAG) $(MAKE) release-binaries
835
+ # Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
836
+ $(MAKE) release-manifests-all
837
+
838
+.PHONY: release-manifests-all
839
+release-manifests-all: # Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
840
# Set the manifest image to the production bucket.
841
$(MAKE) manifest-modification REGISTRY=$(PROD_REGISTRY)
842
## Build the manifests
0 commit comments