fix bee-dashboard build
This commit is contained in:
@@ -9,14 +9,14 @@ jobs:
|
|||||||
node-build:
|
node-build:
|
||||||
runs-on: hostinger
|
runs-on: hostinger
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/pnpm/pnpm:11.8.0
|
image: gitea.woggioni.net/woggioni/gitea-runner/pnpm:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
path: docker-images
|
path: docker-images
|
||||||
- name: Checkout bee-dashboard sources
|
- name: Checkout bee-dashboard sources
|
||||||
run: /usr/sbin/git clone -b 0.35.1 --depth 1 https://gitea.woggioni.net/woggioni/bee-dashboard.git src
|
run: git clone -b 0.35.1 --depth 1 https://gitea.woggioni.net/woggioni/bee-dashboard.git src
|
||||||
- name: Execute build
|
- name: Execute build
|
||||||
run: cd src
|
run: cd src
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user