Skip to content

Commit fcd887c

Browse files
committed
fix: TT-513 change registry url
1 parent dd8f99d commit fcd887c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ testdev: ## Run all tests on docker container timetracker_ui at the Dev
5050

5151
.PHONY: publish
5252
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
53+
docker tag timetracker_ui $(acr)/timetracker_ui:latest
54+
docker push $(acr).azurecr.io/timetracker_ui:latest
5555

5656
.PHONY: build_prod
5757
build_prod: ## Create docker image with dependencies needed for production.

0 commit comments

Comments
 (0)