From 382ccf9e3585ba7ce1cc2edbdba8339b80316833 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Tue, 3 Dec 2024 18:39:10 -0500 Subject: [PATCH] remove no-cache flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f71cab1..3903a68 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build-tag: .PHONY: build build: - docker build --no-cache --tag $(REGISTRY)/$(OWNER)/$(IMAGE) . + docker build --tag $(REGISTRY)/$(OWNER)/$(IMAGE) . .PHONY: wsdump wsdump: