Skip to content

Commit

Permalink
Fix build-args list format (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Sep 6, 2022
1 parent 5f14ed9 commit 16d9cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: './client'
build-args:
- VITE_API_ADDRESS=http://platform-api:8090
- VITE_PUBLIC_API_ADDRESS=http://platform.karashiiro.moe:7001
build-args: |
VITE_API_ADDRESS=http://platform-api:8090
VITE_PUBLIC_API_ADDRESS=http://platform.karashiiro.moe:7001
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta_client.outputs.tags }}
labels: ${{ steps.meta_client.outputs.labels }}

0 comments on commit 16d9cfb

Please sign in to comment.