Add Dockerfile

This commit is contained in:
hiifong
2025-04-06 13:09:14 +08:00
parent e3307adbdf
commit df47a0c9eb
2 changed files with 3 additions and 3 deletions

View File

@@ -75,5 +75,5 @@ jobs:
linux/arm64
push: true
tags: |
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}-server:${{ steps.meta.outputs.REPO_VERSION }}
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}-server:${{ env.DOCKER_LATEST }}