Skip to content

Commit 398f6fa

Browse files
committed
load helm-operator docker build
Signed-off-by: Tommy Hughes <[email protected]>
1 parent a9a30f3 commit 398f6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/feast-helm-operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ run: helm-operator ## Run against the configured Kubernetes cluster in ~/.kube/c
8585

8686
.PHONY: docker-build
8787
docker-build: ## Build docker image with the manager.
88-
docker build --build-context helmcharts=../charts/ -t ${IMG} .
88+
docker build --build-context helmcharts=../charts/ -t ${IMG} --load .
8989

9090
.PHONY: docker-push
9191
docker-push: ## Push docker image with the manager.

0 commit comments

Comments
 (0)