X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fkube-conformance%2FMakefile;h=8e76e1405d54a16504eca4fbd3dd114386faf490;hb=6b3865b2f09ff3ac8588085f12ca3d8bfc16581e;hp=61d731d62a2290ab0f56e12e336ee9f7a1d91d46;hpb=dda7dca2c875008b67a5af805912ffc8966ad343;p=validation.git diff --git a/docker/kube-conformance/Makefile b/docker/kube-conformance/Makefile index 61d731d..8e76e14 100644 --- a/docker/kube-conformance/Makefile +++ b/docker/kube-conformance/Makefile @@ -23,9 +23,12 @@ export TAG_VER?=v$(KUBE_VERSION) $(MAKE) -C $(TAG_PRE) e2e.test kubectl ginkgo .PHONY: all -all: .push_image .push_manifest +all: push-image .push_manifest .PHONY: build build: .build +.PHONY: push-image +push-image: .push_image + include ../build.mk