From 98f71fc21f3ec8a433b6ec28afda08be665d4a39 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 6 Jul 2026 18:48:02 +0000 Subject: [PATCH] ci: use gitea-job-image (Python+Node+Git unified) --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0965776..20a235a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest container: - image: node:20-bookworm + image: gitea-job-image steps: - name: Clone repo run: | @@ -34,7 +34,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: node:20-bookworm + image: gitea-job-image steps: - name: Clone repo run: | @@ -69,7 +69,7 @@ jobs: security: runs-on: ubuntu-latest container: - image: node:20-bookworm + image: gitea-job-image steps: - name: Clone repo run: |