diff --git a/.github/workflows/build_restreamer-ui.yaml b/.github/workflows/build_restreamer-ui.yaml index be3b6c9..4e0729e 100644 --- a/.github/workflows/build_restreamer-ui.yaml +++ b/.github/workflows/build_restreamer-ui.yaml @@ -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 diff --git a/.github/workflows/build_restreamer_dev.yaml b/.github/workflows/build_restreamer_dev.yaml index 8f82274..4be4be9 100644 --- a/.github/workflows/build_restreamer_dev.yaml +++ b/.github/workflows/build_restreamer_dev.yaml @@ -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