fix bee-dashboard build
CI / node-build (push) Failing after 10s
CI / docker-build (push) Has been skipped
CI / deploy (push) Has been skipped

This commit is contained in:
2026-06-23 06:58:44 +08:00
parent 71deed7df1
commit 27a0e539d6
+2 -2
View File
@@ -9,14 +9,14 @@ jobs:
node-build:
runs-on: hostinger
container:
image: ghcr.io/pnpm/pnpm:11.8.0
image: gitea.woggioni.net/woggioni/gitea-runner/pnpm:latest
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
path: docker-images
- 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
run: cd src
- run: pnpm install --frozen-lockfile