docker: Fix aarch64 mysql docker build/push skip
[validation.git] / docker / sonobuoy-plugin-systemd-logs / Makefile
index d06875d..0af457a 100644 (file)
@@ -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