From 3d578636028fb28f7671498756883bc578a470d3 Mon Sep 17 00:00:00 2001 From: Elbarae Date: Mon, 17 Feb 2025 21:44:31 +0100 Subject: [PATCH] use secrets instead of build_args --- .github/workflows/build_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deploy.yaml b/.github/workflows/build_deploy.yaml index 2a70454..da7b90d 100644 --- a/.github/workflows/build_deploy.yaml +++ b/.github/workflows/build_deploy.yaml @@ -54,8 +54,8 @@ jobs: no-cache: true # cache-from: type=registry,ref=ghcr.io/toiki-org/toiki-build:latest # cache-to: type=inline - build-args: | - VITE_API_URL='https://api.toiki.elbarae.me' + build-secrets: | + "VITE_API_URL='https://api.toiki.elbarae.me'" - name: Build & Publish toiki-nginx if: steps.filter.outputs.client == 'true' || steps.filter.outputs.nginx == 'true'