Skip to content

Commit

Permalink
Makefile: fix load on kind to use the local binary
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Jul 7, 2023
1 parent 1670618 commit 7221563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ kind-cluster: kind

.PHONY: load-on-kind
load-on-kind: kind-cluster ## Load the docker image into the kind cluster.
kind load docker-image ${IMG} -n ${KIND_CLUSTER_NAME}
$(LOCALBIN)/kind load docker-image ${IMG} -n ${KIND_CLUSTER_NAME}

.PHONY: lint
lint:
Expand Down

0 comments on commit 7221563

Please sign in to comment.