Skip to content

Commit e1dcbb0

Browse files
authored
Fix ECR repo creation (#46)
1 parent 95c6a2f commit e1dcbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ common-docker-build: ## Build Docker image
119119

120120
common-docker-push: ## Tag and push Docker image
121121
# TODO: remove ecr create
122-
aws ecr create-repository --region us-west-2 --repository-name $(DOCKER_REPOSITORY)/$(DOCKER_IMG_NAME) || true
122+
aws ecr create-repository --region us-west-2 --repository-name $(DOCKER_REPOSITORY)/$(DOCKER_SECTION)/$(DOCKER_IMG_NAME) || true
123123
docker tag $(DOCKER_IMG_NAME):$(VERSION) $(DOCKER_TAG_BRANCH)
124124
docker tag $(DOCKER_IMG_NAME):$(VERSION) $(DOCKER_TAG)
125125
docker push $(DOCKER_TAG)

0 commit comments

Comments
 (0)