X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fos%2FMakefile;h=4d43df86f98aaad30d386f3ae7c1bdf2a0579c8b;hp=a5b4099bf1a43686b19a122708b2f115afe0c976;hb=96befacc890c4386d305678801d9ddd2f849a1da;hpb=5c343748d39f78b47a89d941128ebb8767e6f94f 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