使用latest标签可以自动获取最新的CI镜像版本,无需手动更新版本号
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user