X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fos%2FMakefile;h=4d43df86f98aaad30d386f3ae7c1bdf2a0579c8b;hb=96befacc890c4386d305678801d9ddd2f849a1da;hp=a5b4099bf1a43686b19a122708b2f115afe0c976;hpb=fd66f87da2126736bb80ee3c3ffbde0e37eac15b;p=validation.git diff --git a/docker/os/Makefile b/docker/os/Makefile index a5b4099..4d43df8 100644 --- a/docker/os/Makefile +++ b/docker/os/Makefile @@ -15,9 +15,12 @@ ############################################################################## .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