From 1e04f192998c6fb918bea5014856bb20e8b78004 Mon Sep 17 00:00:00 2001 From: Thanu Poptiphueng Date: Sat, 20 Apr 2024 23:19:51 +0700 Subject: [PATCH] fix build-args --- .gitea/workflows/frontend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/frontend.yaml b/.gitea/workflows/frontend.yaml index 2db5007..5016d12 100644 --- a/.gitea/workflows/frontend.yaml +++ b/.gitea/workflows/frontend.yaml @@ -22,6 +22,6 @@ jobs: platforms: linux/amd64 tags: gitea.cognizata.com/atapy/sorvor-front:latest target: app - build-args: - - VUE_APP_API_URL="https://sxovinternal.cognizata.com/api" + build-args: | + VUE_APP_API_URL=https://sxovinternal.cognizata.com/api - run: echo "🍏 This job's status is ${{ job.status }}."