Skip to content

Commit

Permalink
Fix public API address again (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Sep 6, 2022
1 parent 862203d commit d6e60f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
context: './client'
build-args: |
VITE_API_ADDRESS=http://platform-api:8090
VITE_PUBLIC_API_ADDRESS=http://platform.karashiiro.moe
VITE_PUBLIC_API_ADDRESS=https://platform.karashiiro.moe
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta_client.outputs.tags }}
labels: ${{ steps.meta_client.outputs.labels }}

0 comments on commit d6e60f1

Please sign in to comment.