ci(ci.yml): 将CI镜像标签从1.0.0改为latest
CI / Lint, Typecheck & Test (push) Failing after 26s

使用latest标签可以自动获取最新的CI镜像版本,无需手动更新版本号
This commit is contained in:
2026-07-03 13:31:19 +08:00
parent 5480c48e67
commit 8de565d0cb
+1 -1
View File
@@ -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: