Skip to content

Commit

Permalink
corrected "build-push" command from Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksander Piskun <[email protected]>
  • Loading branch information
oleksandr-nc committed Jan 14, 2025
1 parent b3f9b6c commit c43080f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c43080f

Please sign in to comment.