From a372b8a66502e296bd298fa47f5e7503e1c9d937 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham 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 1a59316..2ee41cb 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: |