Skip to content

Commit

Permalink
ci: disable hostimage image (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Jul 29, 2024
1 parent 33efbdf commit a93bbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a93bbe4

Please sign in to comment.