fix: use localhost registry for CI images

This commit is contained in:
CI Test
2026-06-26 19:01:51 +08:00
parent 339c950152
commit df10220130
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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