mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
* Makefile
Added $(REGISTRY) to contatiner push destination.
This commit is contained in:
parent
a6007cd911
commit
38ef80d100
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user