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 dd8f99d commit fcd887cCopy full SHA for fcd887c
Makefile
@@ -50,8 +50,8 @@ testdev: ## Run all tests on docker container timetracker_ui at the Dev
50
51
.PHONY: publish
52
publish: ## Publish the container image timetracker_ui.
53
- docker tag timetracker_ui $(acr).azurecr.io/timetracker_ui:latest
54
- docker push $(acr)/timetracker_ui:latest
+ docker tag timetracker_ui $(acr)/timetracker_ui:latest
+ docker push $(acr).azurecr.io/timetracker_ui:latest
55
56
.PHONY: build_prod
57
build_prod: ## Create docker image with dependencies needed for production.
0 commit comments