From e09a3ff4a7cf4e50d91c965d7eec601c40e7851c Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Tue, 23 Jun 2026 06:50:37 +0800 Subject: [PATCH] fix bee-dashboard build --- .gitea/workflows/build-bee-dashboard.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-bee-dashboard.yaml b/.gitea/workflows/build-bee-dashboard.yaml index 7d1f3c5..2e90279 100644 --- a/.gitea/workflows/build-bee-dashboard.yaml +++ b/.gitea/workflows/build-bee-dashboard.yaml @@ -9,18 +9,19 @@ 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 v0.35.1 --depth 1 https://gitea.woggioni.net/woggioni/bee-dashboard.git src - name: Execute build - run: cd src - - run: pnpm install --frozen-lockfile + run: pnpm install --frozen-lockfile + working-directory: ./src - run: pnpm run build + working-directory: ./src - name: Copy _headers file run: cp docker-images/bee-dashboard/_headers src/build - name: Create archive