Fix self-hosted client image

This commit is contained in:
koalasat 2024-09-12 10:20:43 +02:00
parent a390254e2d
commit bc2aaaac74
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -31,14 +31,14 @@ jobs:
workflow: frontend-build.yml
workflow_conclusion: success
name: web-main-js
path: web/static/frontend/
path: frontend/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-main-js
path: web/static/frontend/
path: frontend/static/frontend/
- name: 'Download pro.js Artifact'
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
@ -47,14 +47,14 @@ jobs:
workflow: frontend-build.yml
workflow_conclusion: success
name: web-pro-js
path: web/static/frontend/
path: frontend/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-js
path: web/static/frontend/
path: frontend/static/frontend/
- name: 'Log in to Docker Hub'
uses: docker/login-action@v3