Skip to content

Commit 34fc8fa

Browse files
committed
fix: ci
1 parent 6ceeae4 commit 34fc8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slmcp-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags:
88
- "v*"
99
paths:
10-
- "slmcp/**"
10+
- "mcp_server/**"
1111
- ".github/workflows/slmcp-docker.yml"
1212

1313
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and push
3232
uses: docker/build-push-action@v5
3333
with:
34-
context: ./slmcp
34+
context: ./mcp_server
3535
push: true
3636
platforms: linux/amd64,linux/arm64
3737
tags: |

0 commit comments

Comments
 (0)