Skip to content

Commit

Permalink
本番用のワークフローを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nose221834 committed Jun 18, 2024
1 parent ce5fa81 commit a504a33
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:


steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -39,4 +41,10 @@ jobs:
file: ${{ matrix.dockerfile }}
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 }}

0 comments on commit a504a33

Please sign in to comment.