We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749f587 commit 92e9abeCopy full SHA for 92e9abe
Makefile
@@ -143,7 +143,7 @@ build-docker-binary: manifests generate fmt vet ## Build manager binary for Dock
143
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o bin/manager-linux.amd64 cmd/main.go
144
145
.PHONY: docker-build
146
-docker-build: build-docker-binary test ## Build docker image with the manager.
+docker-build: test build-docker-binary ## Build docker image with the manager.
147
$(CONTAINER_TOOL) build -t ${IMG} .
148
149
.PHONY: docker-push
0 commit comments