fix: force lowercase tag for GHCR

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
BaskDuan
2026-03-27 00:44:29 +08:00
parent 57e0bb5ad4
commit 578e59abd9

View File

@@ -33,6 +33,6 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository_owner }}/cursor2api:latest
tags: ghcr.io/${{ github.repository_owner | lower }}/cursor2api:latest
cache-from: type=gha
cache-to: type=gha,mode=max