fix build 前端下载最新Release而不是同版本号Release

This commit is contained in:
jxxghp
2023-08-22 10:44:09 +08:00
parent c9452d29c1
commit 064cf4c5c3
2 changed files with 4 additions and 3 deletions

View File

@ -55,7 +55,7 @@ jobs:
linux/arm64
push: true
build-args: |
MOVIEPILOT_FRONTEND_VERSION=${{ env.app_version }}
MOVIEPILOT_VERSION=${{ env.app_version }}
tags: |
${{ secrets.DOCKER_USERNAME }}/moviepilot:latest
${{ secrets.DOCKER_USERNAME }}/moviepilot:${{ env.app_version }}