Skip to content

Commit dd8f99d

Browse files
committed
TT-513 fix make publish command
1 parent b434d10 commit dd8f99d

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
@@ -50,7 +50,7 @@ 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:latest $(acr).azurecr.io/timetracker_ui:latest
53+
docker tag timetracker_ui $(acr).azurecr.io/timetracker_ui:latest
5454
docker push $(acr)/timetracker_ui:latest
5555

5656
.PHONY: build_prod

0 commit comments

Comments
 (0)