Skip to content

Commit

Permalink
Update make target for staging release
Browse files Browse the repository at this point in the history
The images are built and pushed by a prow job, we don't need to do it
manually.
  • Loading branch information
g-gaston committed Jan 5, 2024
1 parent 7ce8a27 commit 4e53ae7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e53ae7

Please sign in to comment.