File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -636,11 +636,14 @@ release: clean-release ## Builds and push container images using the latest git
636636 @if ! [ -z " $$ (git status --porcelain)" ]; then echo " Your local git repository contains uncommitted changes, use git clean before proceeding." ; exit 1; fi
637637 git checkout " ${RELEASE_TAG} "
638638 # Set the manifest image to the production bucket.
639+ echo " "
640+ echo " #### Setting the manigest image to: $( PROD_REGISTRY) /$( IMAGE_NAME) and manifest tag to: $( RELEASE_TAG) "
641+ echo " "
639642 $(MAKE ) set-manifest-image MANIFEST_IMG=$(PROD_REGISTRY ) /$(IMAGE_NAME ) MANIFEST_TAG=$(RELEASE_TAG )
640- $(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent
641- $(MAKE ) release-manifests
642- $(MAKE ) release-templates
643- $(MAKE ) release-metadata
643+ # $(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent
644+ # $(MAKE) release-manifests
645+ # $(MAKE) release-templates
646+ # $(MAKE) release-metadata
644647
645648.PHONY : release-manifests
646649release-manifests : $(KUSTOMIZE ) $(RELEASE_DIR ) # # Builds the manifests to publish with a release.
You can’t perform that action at this time.
0 commit comments