We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c6a2f commit e1dcbb0Copy full SHA for e1dcbb0
common.mk
@@ -119,7 +119,7 @@ common-docker-build: ## Build Docker image
119
120
common-docker-push: ## Tag and push Docker image
121
# TODO: remove ecr create
122
- aws ecr create-repository --region us-west-2 --repository-name $(DOCKER_REPOSITORY)/$(DOCKER_IMG_NAME) || true
+ aws ecr create-repository --region us-west-2 --repository-name $(DOCKER_REPOSITORY)/$(DOCKER_SECTION)/$(DOCKER_IMG_NAME) || true
123
docker tag $(DOCKER_IMG_NAME):$(VERSION) $(DOCKER_TAG_BRANCH)
124
docker tag $(DOCKER_IMG_NAME):$(VERSION) $(DOCKER_TAG)
125
docker push $(DOCKER_TAG)
0 commit comments