Skip to content

Commit 7f8cfe9

Browse files
committed
initial commit of mcp builds
Signed-off-by: Ryan Cook <rcook@redhat.com>
1 parent 1e4b0e4 commit 7f8cfe9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mcp-builds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: build and push the ansible mcp server
2525
run: |
26-
cd mpc-servers/ansible
26+
cd mcp-servers/ansible
2727
podman build -t quay.io/redhat-et/mcp-ansible:latest .
2828
podman push quay.io/redhat-et/mcp-ansible:latest
2929
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: build and push the custom mcp server
4545
run: |
46-
cd mpc-servers/custom
46+
cd mcp-servers/custom
4747
podman build -t quay.io/redhat-et/mcp-custom:latest .
4848
podman push quay.io/redhat-et/mcp-custom:latest
4949
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: build and push the github mcp server
6565
run: |
66-
cd mpc-servers/github
66+
cd mcp-servers/github
6767
podman build -t quay.io/redhat-et/mcp-github:latest .
6868
podman push quay.io/redhat-et/mcp-github:latest
6969
@@ -83,6 +83,6 @@ jobs:
8383

8484
- name: build and push the llamastack mcp server
8585
run: |
86-
cd mpc-servers/llamastack
86+
cd mcp-servers/llamastack
8787
podman build -t quay.io/redhat-et/mcp-llamastack:latest .
8888
podman push quay.io/redhat-et/mcp-llamastack:latest

0 commit comments

Comments
 (0)