X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fopenstack%2FMakefile;h=4d43df86f98aaad30d386f3ae7c1bdf2a0579c8b;hb=d5cf129a4d3d42bb8b036bac94dce020c39dfbe2;hp=a5b4099bf1a43686b19a122708b2f115afe0c976;hpb=e27d588d5911a8f401583630a2521c78cdc16013;p=validation.git diff --git a/docker/openstack/Makefile b/docker/openstack/Makefile index a5b4099..4d43df8 100644 --- a/docker/openstack/Makefile +++ b/docker/openstack/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