Skip to content

Commit 4162324

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent a63a9fc commit 4162324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
164164
# (i.e. docker build --platform linux/arm64). However, you must enable docker buildKit for it.
165165
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
166166
.PHONY: docker-build
167-
docker-build: ## Build docker image with the manager.
167+
docker-build: build ## Build docker image with the manager.
168168
$(CONTAINER_TOOL) build -t ${IMG} -f Dockerfile.dev .
169169

170170
.PHONY: docker-push

0 commit comments

Comments
 (0)