From fcf12aa0f41bb26e7d1caf211447bc23f02b42db Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Tue, 7 Mar 2023 22:33:28 -0500 Subject: [PATCH] tainted cache? --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d5f119b6d..d41df15a7e 100644 --- a/Makefile +++ b/Makefile @@ -593,6 +593,7 @@ awx-kube-dev-build: Dockerfile.kube-dev ## Build awx image for deployment on Kubernetes environment. awx-kube-build: Dockerfile awx/ui_next/src DOCKER_BUILDKIT=1 docker build -f Dockerfile \ + --no-cache \ --build-arg VERSION=$(VERSION) \ --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=$(VERSION) \ --build-arg HEADLESS=$(HEADLESS) \