From ac51d3a51d586d18addaf9b7741c9f5ce45b1545 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Apr 2026 22:27:59 +1000 Subject: [PATCH] chore: remove build from tag - stop building the image on tag events --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5309937..437e11b 100644 --- a/Makefile +++ b/Makefile @@ -74,4 +74,3 @@ major: _tag: git push origin $(TAG) - docker-compose build --no-cache --build-arg VERSION=$(TAG:v%=%)