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

modified: Makefile

parent 6adfb7b2
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 $(GL_REG_NAME)'
docker push $(REG_NAME)/$(GL_REG_NAME)/$(APP_NAME):latest
@echo 'publish latest to $(GL_GROUP)'
docker push $(REG_NAME)/$(GL_GROUP)/$(APP_NAME):latest
publish-version: tag-version ## Publish the `{version}` taged container to ECR
@echo 'publish $(VERSION) to $(REPO)'
......
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