添加 GitHub Actions 工作流以同步容器镜像,更新 .gitignore 和 Python 版本文件,添加项目描述和依赖项
Some checks failed
Sync Container Images / sync-images (push) Failing after 30s

This commit is contained in:
2025-04-17 20:08:41 +08:00
commit f7b5b648ba
8 changed files with 135 additions and 0 deletions

4
sync.py Normal file
View File

@ -0,0 +1,4 @@
import yaml
import os
os.system("docker version")