Skip to content

Commit 83b0e86

Browse files
committed
fix: TT-513 add acr variable to make login
1 parent b725aa2 commit 83b0e86

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
@@ -77,7 +77,7 @@ publish_prod: ## Upload a docker image to the prod azure container registry acr=
7777

7878
.PHONY: login
7979
login: ## Login in respository of docker images.
80-
az acr login --name $(container_registry)
80+
az acr login --name $(acr)
8181

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

0 commit comments

Comments
 (0)