From fca42fdf08fcf4b63afd261b1fdacac3e1db54e3 Mon Sep 17 00:00:00 2001 From: nose221834 Date: Wed, 19 Jun 2024 16:13:53 +0900 Subject: [PATCH] =?UTF-8?q?dockerfile=E3=81=AB=E6=B8=A1=E3=81=99=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E5=A4=89=E6=95=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image-push-stage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/image-push-stage.yml b/.github/workflows/image-push-stage.yml index e969617a8..b990c7fd5 100644 --- a/.github/workflows/image-push-stage.yml +++ b/.github/workflows/image-push-stage.yml @@ -47,7 +47,7 @@ jobs: push: true tags: ${{ matrix.image_name }}:latest build-args: | - VUE_APP_URL=${{ secrets.VUE_APP_URL }} - VUE_APP_API_URL=${{ secrets.VUE_APP_API_URL }} - NUXT_IMGUR_CLIENT_ID=${{ secrets.NUXT_IMGUR_CLIENT_ID }} - NUXT_IMGUR_CLIENT_SECRET=${{ secrets.NUXT_IMGUR_CLIENT_SECRET }} + API_URL=${{ secrets.VUE_APP_URL }} + APP_API_URL=${{ secrets.VUE_APP_API_URL }} + CLIENT_ID=${{ secrets.NUXT_IMGUR_CLIENT_ID }} + CLIENT_SECRET=${{ secrets.NUXT_IMGUR_CLIENT_SECRET }}