Skip to content

Commit 7b6ca8f

Browse files
authored
ci: Load docker build for helm-operator (#5133)
load helm-operator docker build Signed-off-by: Tommy Hughes <[email protected]>
1 parent 762dfef commit 7b6ca8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/feast-helm-operator/Makefile

Lines changed: 1 addition & 1 deletion
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)