From ae6b682034a6908081bf8f679daf42d3a91338dc Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Thu, 20 Apr 2023 09:19:36 +0200 Subject: [PATCH] build containers with cache enabled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4602414..af5b974 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ docker-build: test ## Build docker image with the manager. .PHONY: docker-build-multiarch docker-build-multiarch: - buildah bud --manifest $(MANIFEST) --platform=$(PLATFORMS) Dockerfile.multi + buildah bud --manifest $(MANIFEST) --platform=$(PLATFORMS) --layers Dockerfile.multi .PHONY: docker-push docker-push: ## Push docker image with the manager.