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 1b3ef84 commit 83ee412Copy full SHA for 83ee412
Makefile
@@ -706,9 +706,11 @@ release: clean-release ## Build and push container images using the latest git t
706
# Set the manifest image to the production bucket.
707
$(MAKE) manifest-modification REGISTRY=$(PROD_REGISTRY)
708
## Build the manifests
709
- $(MAKE) release-manifests clean-release-git
+ $(MAKE) release-manifests
710
## Build the development manifests
711
- $(MAKE) release-manifests-dev clean-release-git
+ $(MAKE) release-manifests-dev
712
+ ## Clean the git artifacts modified in the release process
713
+ $(MAKE) clean-release-git
714
715
.PHONY: manifest-modification
716
manifest-modification: # Set the manifest images to the staging/production bucket.
0 commit comments