From 4e53ae79b6d0839e1b230f212bf65d54b011d276 Mon Sep 17 00:00:00 2001 From: Guillermo Gaston Date: Fri, 5 Jan 2024 13:02:53 +0000 Subject: [PATCH] Update make target for staging release The images are built and pushed by a prow job, we don't need to do it manually. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ab1bbd9c..649221e8 100644 --- a/Makefile +++ b/Makefile @@ -340,13 +340,12 @@ release-manifests-metrics-port: make release-manifests RELEASE_MANIFEST_SOURCE_BASE=config/default-with-metrics-port .PHONY: release-staging -release-staging: ## Builds and push container images and manifests to the staging bucket. - $(MAKE) docker-build - $(MAKE) docker-push - $(MAKE) release-alias-tag +release-staging: ## Builds and uploads manifests to the staging bucket and creates new tag $(MAKE) release-templates $(MAKE) release-manifests TAG=$(RELEASE_ALIAS_TAG) $(MAKE) upload-staging-artifacts + git tag $(RELEASE_ALIAS_TAG) + git push upstream $(RELEASE_ALIAS_TAG) .PHONY: release-alias-tag release-alias-tag: # Adds the tag to the last build tag.