From 88004836fe828be846f9e001ccf86c4b9fb778ef Mon Sep 17 00:00:00 2001 From: fearlessfe <505380967@qq.com> Date: Mon, 26 Aug 2024 22:54:52 +0800 Subject: [PATCH] ci: fix github actions --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 932b6a3..a5ab077 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -51,4 +51,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }}-base labels: ${{ steps.meta.outputs.labels }} build-args: | - NEXT_PUBLIC_IS_BASE: "true" + NEXT_PUBLIC_IS_BASE=true