We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33efbdf commit a93bbe4Copy full SHA for a93bbe4
Makefile
@@ -88,7 +88,7 @@ push-hostprocess:
88
89
.PHONY: push-all
90
push-all: build-all
91
- $(MAKE) DOCKER_REPO="$(ALL_DOCKER_REPOS)" push push-hostprocess
+ $(MAKE) DOCKER_REPO="$(ALL_DOCKER_REPOS)" push # push-hostprocess - disabled until it works on Windows
92
93
# Mandatory target for container description sync action
94
.PHONY: docker-repo-name
0 commit comments