Skip to content

Commit

Permalink
deploy-ecr make-target dependency name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Jan 31, 2024
1 parent 965d70f commit 5c4f412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ clean-docker-run: \
@echo $(if $(shell docker ps -a -q --filter name=${PROJ_NAME}),$(shell docker rm ${PROJ_NAME})) > /dev/null

.PHONY: deploy-ecr
deploy-ecr: docker-build docker-tag docker-push-ecr
deploy-ecr: build-docker-image docker-tag docker-push-ecr
$(call print-help,deploy-ecr,\
Deploy the application to the AWS container registry.)

Expand Down

0 comments on commit 5c4f412

Please sign in to comment.