diff --git a/Makefile b/Makefile index 6aaaa797..7d102973 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ run: manifests generate fmt vet ## Run a controller from your host. go run ./main.go .PHONY: docker-build -docker-build: test ## Build docker image with the manager. +docker-build: test-no-verify-changes ## Build docker image with the manager. docker build -t ${IMG} . .PHONY: docker-push