feat: 添加新的发布工作流,支持 Docker 镜像构建和推送

This commit is contained in:
katelya
2025-09-02 15:24:12 +08:00
parent d268fa7dd5
commit c582366206
3 changed files with 147 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ jobs:
push: true
tags: |
ghcr.io/katelya77/katelyatv:${{ github.ref_name }}
ghcr.io/katelyatv/katelyatv:latest
ghcr.io/katelya77/katelyatv:latest
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64