File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -340,13 +340,12 @@ release-manifests-metrics-port:
340
340
make release-manifests RELEASE_MANIFEST_SOURCE_BASE=config/default-with-metrics-port
341
341
342
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
343
+ release-staging : # # Builds and uploads manifests to the staging bucket and creates new tag
347
344
$(MAKE ) release-templates
348
345
$(MAKE ) release-manifests TAG=$(RELEASE_ALIAS_TAG )
349
346
$(MAKE ) upload-staging-artifacts
347
+ git tag $(RELEASE_ALIAS_TAG )
348
+ git push upstream $(RELEASE_ALIAS_TAG )
350
349
351
350
.PHONY : release-alias-tag
352
351
release-alias-tag : # Adds the tag to the last build tag.
You can’t perform that action at this time.
0 commit comments