Skip to content

Commit 7d24cf3

Browse files
committed
fix: release
1 parent 4641b75 commit 7d24cf3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ permissions:
88
contents: write
99
pull-requests: write
1010
issues: write
11+
packages: write
12+
id-token: write
1113

1214
jobs:
1315
pre-release:
@@ -83,7 +85,7 @@ jobs:
8385
context: .
8486
platforms: linux/amd64,linux/arm64
8587
push: true
86-
tags: ghcr.io/${{ github.repository }}:v${{ steps.version.outputs.RC_VERSION }}
88+
tags: ghcr.io/${{ github.repository_owner }}/mcp-oauth-gateway:v${{ steps.version.outputs.RC_VERSION }}
8789
cache-from: type=gha
8890
cache-to: type=gha,mode=max
8991

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: meta
6767
uses: docker/metadata-action@v5
6868
with:
69-
images: ghcr.io/${{ github.repository }}
69+
images: ghcr.io/${{ github.repository_owner }}/mcp-oauth-gateway
7070
tags: |
7171
type=semver,pattern={{version}},value=v${{ steps.release.outputs.NEW_VERSION }}
7272
type=semver,pattern={{major}}.{{minor}},value=v${{ steps.release.outputs.NEW_VERSION }}

0 commit comments

Comments
 (0)