From ad591b7ee370819da05a27c50af8d86ea76da17f Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Mon, 10 Mar 2025 21:15:01 -0500 Subject: [PATCH] load helm-operator docker build Signed-off-by: Tommy Hughes --- infra/feast-helm-operator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/feast-helm-operator/Makefile b/infra/feast-helm-operator/Makefile index 226e425602f..dafe368f844 100644 --- a/infra/feast-helm-operator/Makefile +++ b/infra/feast-helm-operator/Makefile @@ -85,7 +85,7 @@ run: helm-operator ## Run against the configured Kubernetes cluster in ~/.kube/c .PHONY: docker-build docker-build: ## Build docker image with the manager. - docker build --build-context helmcharts=../charts/ -t ${IMG} . + docker build --build-context helmcharts=../charts/ -t ${IMG} --load . .PHONY: docker-push docker-push: ## Push docker image with the manager.