docker: Fix aarch64 mysql docker build/push skip
[validation.git] / docker / build.mk
index 4536563..2f7d398 100644 (file)
@@ -54,7 +54,7 @@ $(MTOOL):
                .
 
 .PHONY: .push_image
-.push_image:: .build
+.push_image: .build
        docker push $(REGISTRY)/$(NAME):$(TAG_PRE)-$(HOST_ARCH)-$(TAG_VER)
 
 .PHONY: .push_manifest