Skip to content

Commit b3d4093

Browse files
fix: tags only by repository
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 83c9bcf commit b3d4093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ jobs:
158158
with:
159159
platforms: ${{ matrix.platform }}
160160
labels: ${{ steps.meta.outputs.labels }}
161-
tags: ${{ steps.meta.outputs.tags }}
161+
#tags: ${{ steps.meta.outputs.tags }}
162+
tags: docker.io/${{ github.repository }}/core-mcp-server,ghcr.io/${{ github.repository }}/core-mcp-server,
162163
#annotations: ${{ steps.meta.outputs.annotations }}
163164
context: ${{ inputs.context || './src/core-mcp-server' }}
164165
file: ${{ inputs.file || './src/core-mcp-server/Dockerfile' }}

0 commit comments

Comments
 (0)