Skip to content
Snippets Groups Projects
Commit 6adfb7b2 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: Makefile

	modified:   config.env
parent 101d35b6
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@ push: login ## push after login @echo 'push latest to $(REG_NAME)/$(REPO)/$(APP_
docker push $(REG_NAME)/$(REPO)/$(APP_NAME):latest
publish-latest: tag-latest ## Publish the `latest` taged container to ECR
@echo 'publish latest to $(REPO)'
docker push $(REG_NAME)/$(REPO)/$(APP_NAME):latest
@echo 'publish latest to $(GL_REG_NAME)'
docker push $(REG_NAME)/$(GL_REG_NAME)/$(APP_NAME):latest
publish-version: tag-version ## Publish the `{version}` taged container to ECR
@echo 'publish $(VERSION) to $(REPO)'
......
......@@ -12,7 +12,7 @@ ALT_NAME ?= broadwell
APP_NAME = hcana
REPO_NAME = hallac
DH_ORG = hallac
GL_GROUP = hallac
GL_GROUP = jlab
GL_REG_GROUP = jlab
GL_REG_NAME = $(REG_NAME)
REPO = $(REG_USER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment