File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ permissions:
8
8
contents : write
9
9
pull-requests : write
10
10
issues : write
11
+ packages : write
12
+ id-token : write
11
13
12
14
jobs :
13
15
pre-release :
83
85
context : .
84
86
platforms : linux/amd64,linux/arm64
85
87
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 }}
87
89
cache-from : type=gha
88
90
cache-to : type=gha,mode=max
89
91
Original file line number Diff line number Diff line change 66
66
id : meta
67
67
uses : docker/metadata-action@v5
68
68
with :
69
- images : ghcr.io/${{ github.repository }}
69
+ images : ghcr.io/${{ github.repository_owner }}/mcp-oauth-gateway
70
70
tags : |
71
71
type=semver,pattern={{version}},value=v${{ steps.release.outputs.NEW_VERSION }}
72
72
type=semver,pattern={{major}}.{{minor}},value=v${{ steps.release.outputs.NEW_VERSION }}
You can’t perform that action at this time.
0 commit comments