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 b725aa2 commit 83b0e86Copy full SHA for 83b0e86
Makefile
@@ -77,7 +77,7 @@ publish_prod: ## Upload a docker image to the prod azure container registry acr=
77
78
.PHONY: login
79
login: ## Login in respository of docker images.
80
- az acr login --name $(container_registry)
+ az acr login --name $(acr)
81
82
.PHONY: release
83
release: require-VERSION-arg require-COMMENT-arg ## Creates an pushes a new tag.
0 commit comments