fix: hardcode lowercase ghcr tag

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

View File

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