From 8de565d0cb559879fae5b43196f16193c97499d5 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Fri, 3 Jul 2026 13:31:19 +0800 Subject: [PATCH] =?UTF-8?q?ci(ci.yml):=20=E5=B0=86CI=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=BB=8E1.0.0=E6=94=B9=E4=B8=BAlatest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用latest标签可以自动获取最新的CI镜像版本,无需手动更新版本号 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16e2d7f..7d9527e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Lint, Typecheck & Test runs-on: ubuntu-latest container: - image: pyflowx-ci:latest + image: pyflowx-ci:1.0.0 env: UV_LINK_MODE: copy steps: