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

Fixed makefile?

parent 376fc309
No related branches found
No related tags found
No related merge requests found
Pipeline #1720 failed with stages
in 2 seconds
......@@ -87,7 +87,7 @@ tag-alt-version: ## Generate container `{version}` tag
# ==========================================================================
#
login: ## Auto login to AWS-ECR unsing aws-cli
docker login $(REG_NAME) -u $(REG_USER) -p $(REG_TOKEN)
@docker login $(REG_NAME) -u $(REG_USER) -p $(REG_TOKEN)
release: build publish ## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
......
......@@ -10,7 +10,7 @@ REG_NAME ?= eicweb.phy.anl.gov:4567
ALT_NAME ?= broadwell
APP_NAME = hcana
REPO_NAME = hallac
REPO_NAME = hcana
DH_ORG = hallac
GL_GROUP = jlab/hallc/analyzer_software
GL_REG_GROUP = jlab/hallc/analyzer_software
......
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