From a93bbe4ac2f78ece38d142557570dd3c9d8ad72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Mon, 29 Jul 2024 09:28:44 +0200 Subject: [PATCH] ci: disable hostimage image (#1539) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba1451cb..1a33a585 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ push-hostprocess: .PHONY: push-all push-all: build-all - $(MAKE) DOCKER_REPO="$(ALL_DOCKER_REPOS)" push push-hostprocess + $(MAKE) DOCKER_REPO="$(ALL_DOCKER_REPOS)" push # push-hostprocess - disabled until it works on Windows # Mandatory target for container description sync action .PHONY: docker-repo-name