Skip to content

Commit bae05e3

Browse files
committed
fix aws login
1 parent bd0ed34 commit bae05e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ publish_prod: ## Upload a docker image to the prod azure container registry acr=
8686

8787
.PHONY: login
8888
login: ## Login in respository of docker images
89-
az acr login --name $(acr)
89+
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 568748651446.dkr.ecr.us-east-1.amazonaws.com
9090

9191
.PHONY: release
9292
release: require-VERSION-arg require-COMMENT-arg ## Creates an pushes a new tag.

0 commit comments

Comments
 (0)