fix: use lowercase repository_owner for 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:43:16 +08:00
parent 8109757adc
commit 57e0bb5ad4

View File

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