From b358a45cb426aa7d74c6d96c516298e454217f8f Mon Sep 17 00:00:00 2001 From: Ramon Paolo Maram Date: Sun, 3 Nov 2024 19:55:12 -0300 Subject: [PATCH] fix: change makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a49c7da..f626811 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ dev: docker compose up -d --build deploy: - docker buildx build --build-arg ENV=production -t r4deu51/chat-realtime:latest --platform=linux/amd64 --push . + docker buildx build --build-arg ENV=production -t $(IMAGE):$(TAG) --platform=linux/amd64 --push .