We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce8a27 commit 4e53ae7Copy full SHA for 4e53ae7
1 file changed
Makefile
@@ -340,13 +340,12 @@ release-manifests-metrics-port:
340
make release-manifests RELEASE_MANIFEST_SOURCE_BASE=config/default-with-metrics-port
341
342
.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
+release-staging: ## Builds and uploads manifests to the staging bucket and creates new tag
347
$(MAKE) release-templates
348
$(MAKE) release-manifests TAG=$(RELEASE_ALIAS_TAG)
349
$(MAKE) upload-staging-artifacts
+ git tag $(RELEASE_ALIAS_TAG)
+ git push upstream $(RELEASE_ALIAS_TAG)
350
351
.PHONY: release-alias-tag
352
release-alias-tag: # Adds the tag to the last build tag.
0 commit comments