ci: 优化 Docker 镜像发布流程并支持 GHCR

- 修改 Docker 镜像发布流程,同时支持 Docker Hub 和 GitHub Container Registry (GHCR)
- 更新手动发布和自动发布工作流,增加版本号和标签处理逻辑
- 调整过时问题和 PR 自动管理策略,缩短处理周期
- 在 README 中添加通过 GHCR 拉取镜像的方式
This commit is contained in:
2025-05-16 13:55:12 +08:00
parent 92dd28c815
commit af823116b0
5 changed files with 93 additions and 21 deletions

View File

@@ -85,6 +85,7 @@
<ul>
<li>Method 1: Build the image using the <code>Dockerfile</code></li>
<li>Method 2: Pull the image using the command <code>docker pull joeanamier/xhs-downloader</code></li>
<li>Method 3: Pull the image using the command <code>docker pull ghcr.io/joeanamier/xhs-downloader</code></li>
</ul>
<li>Create Container</li>
<ul>