Skip to content

Commit

Permalink
Merge pull request #1031 from goplus/dev
Browse files Browse the repository at this point in the history
Release v1.5.0
  • Loading branch information
nighca authored Oct 25, 2024
2 parents ac34bff + c34a0ff commit a937673
Show file tree
Hide file tree
Showing 237 changed files with 20,246 additions and 6,094 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Configure spx-gui to use co-located spx-backend
run: echo "VITE_API_BASE_URL=/api" > ./spx-gui/.env.staging.local
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -25,4 +27,4 @@ jobs:
NODE_ENV=staging
push: true
tags: |
ghcr.io/${{github.repository}}:latest
ghcr.io/${{github.repository}}:dev
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG NPM_CONFIG_REGISTRY
RUN npm install

COPY spx-gui .
# Required to resolve symlinks
COPY docs ../docs
COPY tools ../tools
COPY --from=go-builder /app/tools/fmt/static/main.wasm /app/spx-gui/src/assets/format.wasm
COPY --from=go-builder /app/tools/ispx/main.wasm /app/spx-gui/src/assets/ispx/main.wasm
Expand Down
Loading

0 comments on commit a937673

Please sign in to comment.