diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bbd701d..2b05e67b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -85,6 +85,6 @@ jobs: build_baseimage_url: :python/:python-test-pr get_version_method: file_in_container:file=/acarshub_version dockerfile_changes: | - \# patch acarshub version/sed -i s\/Pre-Release\/${{ needs.patch_acars_hub_verison.outputs.acarshub_version}}\/g \/webapp\/src\/helpers\/menu.ts && \ + \# patch acarshub version/sed -i s\/Pre-Release\/${{ needs.patch_acars_hub_verison.outputs.acarshub_version}}\/g \/webapp\/src\/helpers\/menu.ts secrets: ghcr_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Dockerfile b/Dockerfile index b25195cf..166830bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -xe && \ mkdir -p /webapp/static/js && \ mkdir -p /webapp/static/sounds && \ mkdir -p /webapp/templates && \ - # patch acarshub version + # patch acarshub version && \ npm run build && \ cp -r ./dist/static/images /webapp/static/ && \ cp -r ./dist/static/sounds /webapp/static/ && \