Skip to content

Commit 2029dad

Browse files
committed
Add a make target to gernerate all release manifests
Signed-off-by: Chirayu Kapoor <[email protected]>
1 parent e3de174 commit 2029dad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,11 @@ release: clean-release ## Build and push container images using the latest git t
829829
git checkout "${RELEASE_TAG}"
830830
# Build binaries first.
831831
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.
832837
# Set the manifest image to the production bucket.
833838
$(MAKE) manifest-modification REGISTRY=$(PROD_REGISTRY)
834839
## Build the manifests

0 commit comments

Comments
 (0)