From c43080f9f520f5491805e749d9cde576317d1e8e Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Tue, 14 Jan 2025 09:03:54 +0200 Subject: [PATCH] corrected "build-push" command from Makefile Signed-off-by: Oleksander Piskun --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cb1c866..c0f87da 100644 --- a/Makefile +++ b/Makefile @@ -53,9 +53,12 @@ static_frontend: .PHONY: build-push build-push: docker login ghcr.io - pushd windmill_src && \ - docker buildx build --push --build-arg VITE_BASE_URL=/index.php/apps/app_api/proxy/flow --platform linux/arm64/v8,linux/amd64 --tag ghcr.io/nextcloud/$(APP_ID):$(VISIONATRIX_VERSION) . && \ - popd + docker buildx build --push \ + --build-arg VITE_BASE_URL=/index.php/apps/app_api/proxy/flow \ + --platform linux/arm64/v8,linux/amd64 \ + --tag ghcr.io/nextcloud/$(APP_ID):$(APP_VERSION) \ + --file windmill_src/Dockerfile \ + windmill_src .PHONY: run30 run30: