Skip to content

Commit 4720faa

Browse files
committed
Add build and push workflow for mcp-server
Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent 1b4e32c commit 4720faa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,18 @@ jobs:
3333
docker_context: "beeai/"
3434
image_name: "beeai"
3535
# tag: "staging"
36+
37+
build-and-push-mcp-server:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- name: Build and push mcp-server to quay.io registry
41+
uses: sclorg/build-and-push-action@v4
42+
with:
43+
registry: "quay.io"
44+
registry_namespace: "jotnar"
45+
registry_username: ${{ secrets.REGISTRY_LOGIN }}
46+
registry_token: ${{ secrets.REGISTRY_TOKEN }}
47+
dockerfile: "beeai/Containerfile.mcp"
48+
docker_context: "beeai/"
49+
image_name: "mcp-server"
50+
# tag: "staging"

0 commit comments

Comments
 (0)