Skip to content

Commit e9783a0

Browse files
committed
revert
1 parent a611d66 commit e9783a0

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
@@ -251,7 +251,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
251251
go run ./main.go
252252

253253
.PHONY: docker-build
254-
docker-build: ## Build docker image with the manager.
254+
docker-build: test ## Build docker image with the manager.
255255
docker build -t $(IMG) . --target=dev \
256256
--build-arg GOOS=$(GOOS) \
257257
--build-arg GOARCH=$(GOARCH) \

0 commit comments

Comments
 (0)