Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/feast-helm-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down