* Makefile

Added $(REGISTRY) to contatiner push destination.
This commit is contained in:
Grigory Antsiferov 2016-07-18 13:54:54 +03:00
parent a6007cd911
commit 38ef80d100

View File

@ -11,7 +11,7 @@ BASE_IMAGE := "$(REGISTRY)/$(ORG_NAME)/build:latest"
RELNAME := hellgate
TAG = latest
IMAGE_NAME = "$(ORG_NAME)/$(RELNAME):$(TAG)"
IMAGE_NAME = "$(REGISTRY)/$(ORG_NAME)/$(RELNAME):$(TAG)"
CALL_ANYWHERE := submodules rebar-update compile xref lint dialyze start devrel release clean distclean