This commit is contained in:
Jan-Otto Kröpke
2024-07-24 16:01:22 +02:00
committed by GitHub
parent 7044b556c2
commit 8db705e67a

View File

@@ -83,7 +83,7 @@ push:
push-hostprocess: push-hostprocess:
set -x; \ set -x; \
for docker_repo in ${DOCKER_REPO}; do \ for docker_repo in ${DOCKER_REPO}; do \
$(DOCKER) buildx build --push --build-arg=BASE=mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v1.0.0 -f Dockerfile -t $${docker_repo}/$(DOCKER_IMAGE_NAME):$(VERSION)-hostprocess . $(DOCKER) buildx build --push --build-arg=BASE=mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v1.0.0 -f Dockerfile -t $${docker_repo}/$(DOCKER_IMAGE_NAME):$(VERSION)-hostprocess .; \
done done
.PHONY: push-all .PHONY: push-all