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:
88 contents : write
99 pull-requests : write
1010 issues : write
11+ packages : write
12+ id-token : write
1113
1214jobs :
1315 pre-release :
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments