X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fkube-conformance%2FMakefile;h=1c0f7f0ee637c814a3fa737581fb430cff656f5a;hb=5eaedeb5e211a11ca838b00a55ea49367ad90c4a;hp=c1dd0af3e4a8e3e3275e10373c0864d32e147992;hpb=5c343748d39f78b47a89d941128ebb8767e6f94f;p=validation.git diff --git a/docker/kube-conformance/Makefile b/docker/kube-conformance/Makefile index c1dd0af..1c0f7f0 100644 --- a/docker/kube-conformance/Makefile +++ b/docker/kube-conformance/Makefile @@ -16,16 +16,19 @@ export WORK_DIR?=$(TAG_PRE) export KUBE_VERSION=1.16 -export TAG_VER?=v$(KUBE_VERSION) +export TAG_VER=v$(KUBE_VERSION) .PHONY: .build .build:: .submodules_patched $(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