Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#335 from g-gaston/update-target-fo…
Browse files Browse the repository at this point in the history
…r-release

Update make target for staging release
  • Loading branch information
k8s-ci-robot authored Jan 5, 2024
2 parents 7ce8a27 + 4e53ae7 commit 207f0a2
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 207f0a2

Please sign in to comment.