From df10220130ea5ace00ec0be4126eec5a5c16d0e5 Mon Sep 17 00:00:00 2001 From: CI Test Date: Fri, 26 Jun 2026 19:01:51 +0800 Subject: [PATCH] fix: use localhost registry for CI images --- .gitea/workflows/ci-cd.yml | 2 +- .gitea/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 0cffe5933..fe2f76bfe 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -18,7 +18,7 @@ jobs: validate: name: Validate Code Quality And Tests runs-on: ubuntu-latest - container: xiaoxia-ci-python:3.12 + container: localhost:5000/xiaoxia-ci-python:3.12 steps: - name: Checkout code diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 9391ad158..29a9ad7f9 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: xiaoxia-ci-python:3.12 + image: localhost:5000/xiaoxia-ci-python:3.12 steps: - name: Checkout code @@ -63,7 +63,7 @@ jobs: lint: runs-on: ubuntu-latest container: - image: xiaoxia-ci-python:3.12 + image: localhost:5000/xiaoxia-ci-python:3.12 steps: - name: Checkout code