From ec019c24abce7f635bf500f03e30a3ca8184e84b Mon Sep 17 00:00:00 2001 From: Zpekii Date: Sat, 24 Jan 2026 21:03:36 +0800 Subject: [PATCH] ci: update --- .gitea/workflows/deploy.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 81c1a04..7911e84 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -4,14 +4,13 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: gitea-runner + runs-on: nodejs container: - image: alpine:gitea-runner + image: node:24-alpine volumes: - /var/data/zApps:/var/data/zApps - /var/data/zUser/apps:/var/data/zUser/apps - /var/data/zApps/bin/docker/docker:/usr/bin/docker - - /var/data/zApps/node/bin/node:/usr/bin/node steps: - run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV - run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/node/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV @@ -19,7 +18,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: http://10.42.0.203:3000/actions/checkout@v6.0.2 + uses: https://git.0orz.top/actions/checkout@v6.0.2 with: fetch-depth: 1 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."