Fix public url
This commit is contained in:
parent
4e6725ae94
commit
d931bc6e05
3
.github/workflows/build_restreamer-ui.yaml
vendored
3
.github/workflows/build_restreamer-ui.yaml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
env:
|
||||
PUBLIC_URL: './'
|
||||
|
||||
- name: Upload React build as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
@ -92,7 +94,6 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile.workflow
|
||||
build-args: |
|
||||
PUBLIC_URL=/ui
|
||||
CADDY_IMAGE=${{ env.CADDY_IMAGE }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
|
||||
3
.github/workflows/build_restreamer_dev.yaml
vendored
3
.github/workflows/build_restreamer_dev.yaml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
env:
|
||||
PUBLIC_URL: './'
|
||||
|
||||
- name: Upload React build as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
@ -92,7 +94,6 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile.workflow
|
||||
build-args: |
|
||||
PUBLIC_URL=/ui
|
||||
CADDY_IMAGE=${{ env.CADDY_IMAGE }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user