Skip to content

Commit 16671fe

Browse files
committed
fix: TT-513 fix make
1 parent 81dae65 commit 16671fe

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
@@ -45,8 +45,8 @@ 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 $(acr).azurecr.io/timetracker_ui:$(image_tag)
49-
docker push $(acr)/timetracker_ui:$(image_tag)
48+
docker tag timetracker_ui:latest $(acr).azurecr.io/timetracker_ui:latest
49+
docker push $(acr)/timetracker_ui:latest
5050

5151
.PHONY: build_prod
5252
build_prod: ## Create docker image with dependencies needed for production.

0 commit comments

Comments
 (0)