From 21715e00b7c6f8406bcaac9e706ad6bc8a7964a9 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 29 Dec 2020 01:56:39 +0100 Subject: [PATCH] chore: update Makefile to build images w/o cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b867da8..ad036c9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ dcmd = docker dfile = Dockerfile dtag = immawanderer/fedora-hugo:testbuild -dargs = build -t $(dtag) --pull - < $(dfile) +dargs = build -t $(dtag) --no-cache --pull - < $(dfile) cleanargs = image rm -f $(dtag) pruneargs = system prune -af dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir)