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

modified: containers/docker/Makefile

parent 5067184f
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,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)
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: publish-latest #publish-version ## Publish the `{version}` ans `latest` tagged containers to ECR
......
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