mirror of
https://github.com/7836246/cursor2api.git
synced 2026-06-06 05:49:36 +08:00
fix: hardcode lowercase ghcr tag
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user