Skip to content

Commit

Permalink
dockerfileに渡す環境変数を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nose221834 committed Jun 19, 2024
1 parent a504a33 commit fca42fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image-push-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fca42fd

Please sign in to comment.