fix bee-dashboard build
This commit is contained in:
@@ -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 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
|
||||
|
||||
Reference in New Issue
Block a user