16 Commits

Author SHA1 Message Date
46e94a5d84 修正打印逻辑,添加对拉取镜像时标签的输出
All checks were successful
Sync Container Images / sync-images (push) Successful in 1m6s
2025-04-17 21:43:00 +08:00
531ea9f1c2 修正限流机制,将信号量从 5 更改为 50,以支持更多并发任务执行
All checks were successful
Sync Container Images / sync-images (push) Successful in 1m22s
2025-04-17 21:40:43 +08:00
2c735de7e7 更改工作流运行环境,从 ubuntu-latest 更新为 liteyukios-latest
All checks were successful
Sync Container Images / sync-images (push) Successful in 58s
2025-04-17 21:37:03 +08:00
4bcca0b832 修正打印逻辑,添加对当前处理镜像的输出
Some checks failed
Sync Container Images / sync-images (push) Failing after 18s
2025-04-17 21:35:48 +08:00
f6034a32fc 修正任务完成信息的打印逻辑,移除重复输出
All checks were successful
Sync Container Images / sync-images (push) Successful in 2m20s
2025-04-17 21:28:00 +08:00
be652dfadd 优化任务处理逻辑,修正任务函数以确保正确执行 docker_pull、docker_tag 和 docker_push 操作 2025-04-17 21:27:42 +08:00
2a9d0baa6a 修正限流机制,将信号量从 1 更改为 5,优化任务处理逻辑以支持并发执行
All checks were successful
Sync Container Images / sync-images (push) Successful in 1m9s
2025-04-17 21:21:59 +08:00
bd273e0ec1 调整并发任务的限流机制,将信号量从 5 更改为 1,以控制同时执行的任务数量
All checks were successful
Sync Container Images / sync-images (push) Successful in 1m48s
2025-04-17 21:05:46 +08:00
30a1b7de6a 优化任务处理逻辑,添加限流机制以控制并发任务数量
All checks were successful
Sync Container Images / sync-images (push) Successful in 1m16s
2025-04-17 21:00:14 +08:00
cf6771f945 修正 docker_tag 和 docker_push 函数的返回类型,优化主函数中的任务处理逻辑
Some checks failed
Sync Container Images / sync-images (push) Failing after 50s
2025-04-17 20:57:08 +08:00
945150d0ad 修正主函数中加载 YAML 文件的方式,确保正确读取文件内容
All checks were successful
Sync Container Images / sync-images (push) Successful in 2m1s
2025-04-17 20:47:21 +08:00
158011247e 修正主函数中加载 YAML 文件的路径,从 'config.yaml' 更改为 'images.yaml'
Some checks failed
Sync Container Images / sync-images (push) Failing after 48s
2025-04-17 20:45:00 +08:00
4e913fd021 更新依赖项,添加 aiofiles 和 pydantic,优化同步脚本以支持异步操作
Some checks failed
Sync Container Images / sync-images (push) Failing after 44s
2025-04-17 20:42:25 +08:00
dd4ede43f2 优化 Python 脚本运行步骤,移除虚拟环境创建和安装命令,直接同步
All checks were successful
Sync Container Images / sync-images (push) Successful in 41s
2025-04-17 20:21:08 +08:00
e266cc40a1 更新 Docker 登录步骤,添加缺失的注册表配置
Some checks failed
Sync Container Images / sync-images (push) Failing after 1m7s
2025-04-17 20:16:49 +08:00
f7b5b648ba 添加 GitHub Actions 工作流以同步容器镜像,更新 .gitignore 和 Python 版本文件,添加项目描述和依赖项
Some checks failed
Sync Container Images / sync-images (push) Failing after 30s
2025-04-17 20:08:41 +08:00