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

modified: Makefile

	modified:   config.env
parent 05c9552f
No related branches found
No related tags found
No related merge requests found
Pipeline #1721 failed with stages
in 2 seconds
......@@ -87,9 +87,9 @@ 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
release: build-nc publish ## Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
publish: login publish-latest #publish-version ## Publish the `{version}` ans `latest` tagged containers to ECR
......
......@@ -4,6 +4,7 @@ PORT=4000
REG_TOKEN ?= ${CI_IMAGE_BUILD_PAT}
REG_USER ?= whit
REG_NAME ?= eicweb.phy.anl.gov:4567
REG_HOST ?= eicweb.phy.anl.gov
# name of alternate build:
# Dockerfile.$(ALT_NAME) --> $(APP_NAME)_${ALT_NAME}
......
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