fix: Docker镜像名改为小写以符合规范

This commit is contained in:
lintsinghua 2025-10-26 13:07:17 +08:00
parent 0b8481091c
commit c13f266557
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository_owner }}/xcodereviewer:${{ steps.version.outputs.VERSION }}
ghcr.io/${{ github.repository_owner }}/xcodereviewer:latest
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |