diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f648e02..3b6c3a2 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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