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 b434d10 commit dd8f99dCopy full SHA for dd8f99d
Makefile
@@ -50,7 +50,7 @@ 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:latest $(acr).azurecr.io/timetracker_ui:latest
+ docker tag timetracker_ui $(acr).azurecr.io/timetracker_ui:latest
54
docker push $(acr)/timetracker_ui:latest
55
56
.PHONY: build_prod
0 commit comments