Skip to content

Commit

Permalink
Fix public url
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Feb 2, 2024
1 parent 4e6725a commit d931bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_restreamer-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: |
yarn install
yarn build
env:
PUBLIC_URL: './'

- name: Upload React build as artifact
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_restreamer_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
yarn install
yarn build
env:
PUBLIC_URL: './'

- name: Upload React build as artifact
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d931bc6

Please sign in to comment.