From d55821883d053436116034754492b7733b8ef099 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 17:23:14 -0500 Subject: [PATCH] delete cache and build in the push target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f9c34c5..b4d2467 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,6 @@ exec: .PHONY: push push: + docker system prune + docker build --no-cache --tag code.modernleft.org/gravityfargo/quartz-docker:$(TAG) . docker push code.modernleft.org/gravityfargo/quartz-docker:$(TAG) \ No newline at end of file