From 8db705e67abf3e4aba1f77a7ead009392022979d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Wed, 24 Jul 2024 16:01:22 +0200 Subject: [PATCH] fix push (#1536) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ab9e875..ba1451cb 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ push: push-hostprocess: set -x; \ 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 .PHONY: push-all @@ -93,4 +93,4 @@ push-all: build-all # Mandatory target for container description sync action .PHONY: docker-repo-name docker-repo-name: - @echo "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME)" \ No newline at end of file + @echo "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME)"