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

modified: containers/docker/Makefile

parent 7616f33c
Branches
Tags
No related merge requests found
...@@ -74,7 +74,7 @@ tag-alt-version: ## Generate container `{version}` tag ...@@ -74,7 +74,7 @@ tag-alt-version: ## Generate container `{version}` tag
# ========================================================================== # ==========================================================================
# #
login: ## Auto login to AWS-ECR unsing aws-cli login: ## Auto login to AWS-ECR unsing aws-cli
@docker login $(REG_URL) -u $(REG_USER) -p $(REG_TOKEN) @docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
echo "Login COMPLETE" echo "Login COMPLETE"
release: build-nc 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment