Add a command to builder docker image without test

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick
2020-11-19 15:37:39 +08:00
parent eb503f4051
commit 9a9b768aca

View File

@@ -79,6 +79,8 @@ openapi:
# Build the docker image
docker-build: all
hack/docker_build.sh
docker-build-no-test: ks-apiserver controller-manager
hack/docker_build.sh
# Run tests
test: fmt vet