We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762dfef commit 7b6ca8fCopy full SHA for 7b6ca8f
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