Skip to content

Commit 827ba92

Browse files
fix: docker repository
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent b3d4093 commit 827ba92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
platforms: ${{ matrix.platform }}
160160
labels: ${{ steps.meta.outputs.labels }}
161161
#tags: ${{ steps.meta.outputs.tags }}
162-
tags: docker.io/${{ github.repository }}/core-mcp-server,ghcr.io/${{ github.repository }}/core-mcp-server,
162+
tags: docker.io/${{ github.repository_owner }}/core-mcp-server,ghcr.io/${{ github.repository }}/core-mcp-server,
163163
#annotations: ${{ steps.meta.outputs.annotations }}
164164
context: ${{ inputs.context || './src/core-mcp-server' }}
165165
file: ${{ inputs.file || './src/core-mcp-server/Dockerfile' }}

0 commit comments

Comments
 (0)