Skip to content

Commit

Permalink
Make sure do-release always uses the release_registry
Browse files Browse the repository at this point in the history
I often set REGISTRY env var locally, so this catches
me often when I do releases.
  • Loading branch information
markmandel committed Oct 25, 2018
1 parent 0fba464 commit 8bbcecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ do-release:
cp $(agones_path)/sdks/cpp/bin/agonessdk-$(RELEASE_VERSION)-src.zip $(agones_path)/release
cd $(agones_path) && zip -r ./release/agones-install-$(RELEASE_VERSION).zip ./README.md ./install ./LICENSE
$(MAKE) push-chart
$(MAKE) gcloud-auth-docker push VERSION=$(RELEASE_VERSION)
$(MAKE) gcloud-auth-docker push REGISTRY=$(release_registry) VERSION=$(RELEASE_VERSION)
git push -u upstream release-$(RELEASE_VERSION)
@echo "Now go make the $(RELEASE_VERSION) release on Github!"

Expand Down

0 comments on commit 8bbcecb

Please sign in to comment.