From 6a352803d4a77035f64ef9e7f311c9ca2ea645c4 Mon Sep 17 00:00:00 2001 From: nihonium Date: Thu, 9 Oct 2025 15:52:10 +0300 Subject: [PATCH] fix: frontend build args --- .forgejo/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-and-deploy.yml b/.forgejo/workflows/build-and-deploy.yml index 2b986b8..b641123 100644 --- a/.forgejo/workflows/build-and-deploy.yml +++ b/.forgejo/workflows/build-and-deploy.yml @@ -79,8 +79,8 @@ jobs: uses: docker/build-push-action@v6 with: context: . - build-args: - --build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL} + build-args: | + VITE_BACKEND_API_BASE_URL=${{ env.BACKEND_API_BASE_URL }} file: Dockerfiles/Dockerfile_frontend push: true tags: meowgit.nekoea.red/nihonium/nyanimedb-frontend:latest