We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4e32c commit 4720faaCopy full SHA for 4720faa
.github/workflows/build-and-push.yml
@@ -33,3 +33,18 @@ jobs:
33
docker_context: "beeai/"
34
image_name: "beeai"
35
# 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