From 2fc2fe31fe907b593c69fce68bedbc87224d5b89 Mon Sep 17 00:00:00 2001
From: chenxunhai <xunhai.chen@lucahealthcare.cn>
Date: Thu, 17 Oct 2024 10:40:23 +0800
Subject: [PATCH] 1

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ada7977..834cd68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 deploy-job:
   stage: deploy
-  image: docker.m.daocloud.io/python:3.10
+  image: python:3.10
   script:
     - pip install build twine
     - python -m build
-- 
GitLab