docker: Fix aarch64 mysql docker build/push skip
[validation.git] / docker / helm / Makefile
index a5b4099..4d43df8 100644 (file)
 ##############################################################################
 
 .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