We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a30f3 commit 398f6faCopy full SHA for 398f6fa
infra/feast-helm-operator/Makefile
@@ -85,7 +85,7 @@ run: helm-operator ## Run against the configured Kubernetes cluster in ~/.kube/c
85
86
.PHONY: docker-build
87
docker-build: ## Build docker image with the manager.
88
- docker build --build-context helmcharts=../charts/ -t ${IMG} .
+ docker build --build-context helmcharts=../charts/ -t ${IMG} --load .
89
90
.PHONY: docker-push
91
docker-push: ## Push docker image with the manager.
0 commit comments