Skip to content

Commit a93bbe4

Browse files
authored
ci: disable hostimage image (#1539)
1 parent 33efbdf commit a93bbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ push-hostprocess:
8888

8989
.PHONY: push-all
9090
push-all: build-all
91-
$(MAKE) DOCKER_REPO="$(ALL_DOCKER_REPOS)" push push-hostprocess
91+
$(MAKE) DOCKER_REPO="$(ALL_DOCKER_REPOS)" push # push-hostprocess - disabled until it works on Windows
9292

9393
# Mandatory target for container description sync action
9494
.PHONY: docker-repo-name

0 commit comments

Comments
 (0)