Skip to content

Commit

Permalink
Merge pull request #1460 from RoboSats/fix-self-hosted-client-image
Browse files Browse the repository at this point in the history
Fix self-hosted client image
  • Loading branch information
KoalaSat authored Sep 12, 2024
2 parents a390254 + 1ba8183 commit e91fff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,13 @@ jobs:
path: |
frontend/static/frontend/*main.js
frontend/static/frontend/*.wasm
- name: 'Archive Web Basic Selfhosted Build Results'
uses: actions/upload-artifact@v4
with:
name: web-basic-selfhosted-js
path: |
frontend/static/frontend/*basic.selfhosted.js
frontend/static/frontend/*.wasm
- name: 'Archive Web PRO Build Results'
uses: actions/upload-artifact@v4
with:
name: web-pro-js
path: |
frontend/static/frontend/*pro.js
frontend/static/frontend/*.wasm
- name: 'Archive Web PRO SelhostedBuild Results'
uses: actions/upload-artifact@v4
with:
name: web-pro-selfhosted-js
path: |
frontend/static/frontend/*pro.selfhosted.js
frontend/static/frontend/*.wasm
- name: 'Archive Mobile Build Results'
uses: actions/upload-artifact@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/selfhosted-client-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
with:
workflow: frontend-build.yml
workflow_conclusion: success
name: web-basic-selfhosted-js
name: web-main-js
path: nodeapp/static/frontend/

- name: 'Download main.js Artifact for a release'
if: inputs.semver != '' # Only if fired as job in release.yml
uses: actions/download-artifact@v4
with:
name: web-basic-selfhosted-js
name: web-main-js
path: nodeapp/static/frontend/

- name: 'Download pro.selfhosted.js Artifact'
Expand All @@ -46,14 +46,14 @@ jobs:
with:
workflow: frontend-build.yml
workflow_conclusion: success
name: web-pro-selfhosted-js
name: web-pro-js
path: nodeapp/static/frontend/

- name: 'Download pro.js Artifact for a release'
if: inputs.semver != '' # Only if fired as job in release.yml
uses: actions/download-artifact@v4
with:
name: web-pro-selfhosted-js
name: web-pro-js
path: nodeapp/static/frontend/

- name: 'Log in to Docker Hub'
Expand Down

0 comments on commit e91fff8

Please sign in to comment.