We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0ed34 commit bae05e3Copy full SHA for bae05e3
Makefile
@@ -86,7 +86,7 @@ publish_prod: ## Upload a docker image to the prod azure container registry acr=
86
87
.PHONY: login
88
login: ## Login in respository of docker images
89
- az acr login --name $(acr)
+ aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 568748651446.dkr.ecr.us-east-1.amazonaws.com
90
91
.PHONY: release
92
release: require-VERSION-arg require-COMMENT-arg ## Creates an pushes a new tag.
0 commit comments