mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
在构建工作流中添加新的 Docker 镜像配置
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/moviepilot-v2
|
${{ secrets.DOCKER_USERNAME }}/moviepilot-v2
|
||||||
|
${{ secrets.DOCKER_USERNAME }}/moviepilot
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ env.app_version }}
|
type=raw,value=${{ env.app_version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user