X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fsonobuoy-plugin-systemd-logs%2FMakefile;h=0af457a609e6bfd20d7b2c91428b9113247dc1e6;hp=d06875d7c737d98d46945256a58c93b0538f7246;hb=96befacc890c4386d305678801d9ddd2f849a1da;hpb=5c343748d39f78b47a89d941128ebb8767e6f94f diff --git a/docker/sonobuoy-plugin-systemd-logs/Makefile b/docker/sonobuoy-plugin-systemd-logs/Makefile index d06875d..0af457a 100644 --- a/docker/sonobuoy-plugin-systemd-logs/Makefile +++ b/docker/sonobuoy-plugin-systemd-logs/Makefile @@ -20,9 +20,12 @@ export WORK_DIR?=$(TAG_PRE) .build:: .submodules_patched .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