Skip to content

Commit

Permalink
Makefile: don't trigger build when loading-on-kind
Browse files Browse the repository at this point in the history
Given we build the image once in ci, and we deliver it on the various
lanes, it makes sense to avoid building from this rule.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Jun 29, 2023
1 parent 1ccb191 commit 8971278
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 @@ -199,7 +199,7 @@ kind-cluster: kind
@echo 'export KUBECONFIG=${KUBECONFIG_PATH}'

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

.PHONY: lint
Expand Down

0 comments on commit 8971278

Please sign in to comment.