Skip to content

Commit 81dae65

Browse files
committed
fix: TT-513 fix make publish
1 parent 8b6fd37 commit 81dae65

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
@@ -45,7 +45,7 @@ test: ## Run all tests on docker container timetracker_ui.
4545

4646
.PHONY: publish
4747
publish: ## Publish the container image timetracker_ui.
48-
docker tag timetracker_ui:$(image_tag) $(acr)/timetracker_ui:$(image_tag)
48+
docker tag timetracker_ui $(acr).azurecr.io/timetracker_ui:$(image_tag)
4949
docker push $(acr)/timetracker_ui:$(image_tag)
5050

5151
.PHONY: build_prod

0 commit comments

Comments
 (0)