Skip to content

Commit 4e53ae7

Browse files
committed
Update make target for staging release
The images are built and pushed by a prow job, we don't need to do it manually.
1 parent 7ce8a27 commit 4e53ae7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,12 @@ release-manifests-metrics-port:
340340
make release-manifests RELEASE_MANIFEST_SOURCE_BASE=config/default-with-metrics-port
341341

342342
.PHONY: release-staging
343-
release-staging: ## Builds and push container images and manifests to the staging bucket.
344-
$(MAKE) docker-build
345-
$(MAKE) docker-push
346-
$(MAKE) release-alias-tag
343+
release-staging: ## Builds and uploads manifests to the staging bucket and creates new tag
347344
$(MAKE) release-templates
348345
$(MAKE) release-manifests TAG=$(RELEASE_ALIAS_TAG)
349346
$(MAKE) upload-staging-artifacts
347+
git tag $(RELEASE_ALIAS_TAG)
348+
git push upstream $(RELEASE_ALIAS_TAG)
350349

351350
.PHONY: release-alias-tag
352351
release-alias-tag: # Adds the tag to the last build tag.

0 commit comments

Comments
 (0)