diff --git a/.github/workflows/release-mcp-server.yml b/.github/workflows/release-mcp-server.yml index 4b86e206..3ab1e21c 100644 --- a/.github/workflows/release-mcp-server.yml +++ b/.github/workflows/release-mcp-server.yml @@ -21,12 +21,14 @@ jobs: variant: - name: standalone dockerfile: docker/Dockerfile.standalone - image_suffix: "" + image_suffix: ":standalone" + tag_latest: ":standalone" title: "Graphiti MCP Server (Standalone)" description: "Standalone Graphiti MCP server for external Neo4j or FalkorDB" - - name: falkordb + - name: combined dockerfile: docker/Dockerfile - image_suffix: "-falkordb" + image_suffix: "" + tag_latest: ":latest" title: "FalkorDB + Graphiti MCP Server" description: "Combined FalkorDB graph database with Graphiti MCP server" steps: @@ -89,7 +91,7 @@ jobs: tags: | type=raw,value=${{ steps.version.outputs.version }}${{ matrix.variant.image_suffix }} type=raw,value=${{ steps.version.outputs.version }}-graphiti-${{ steps.graphiti.outputs.graphiti_version }}${{ matrix.variant.image_suffix }} - type=raw,value=latest${{ matrix.variant.image_suffix }} + type=raw,value=latest${{ matrix.variant.tag_latest }} labels: | org.opencontainers.image.title=${{ matrix.variant.title }} org.opencontainers.image.description=${{ matrix.variant.description }} diff --git a/mcp_server/docker/docker-compose.yml b/mcp_server/docker/docker-compose.yml index b6c50fef..1986110b 100644 --- a/mcp_server/docker/docker-compose.yml +++ b/mcp_server/docker/docker-compose.yml @@ -1,12 +1,12 @@ services: graphiti-falkordb: - image: zepai/graphiti-falkordb:latest + image: zepai/knowledge-graph-mcp:latest build: context: .. dockerfile: docker/Dockerfile args: GRAPHITI_CORE_VERSION: ${GRAPHITI_CORE_VERSION:-0.22.0} - MCP_SERVER_VERSION: ${MCP_SERVER_VERSION:-1.0.0rc0} + MCP_SERVER_VERSION: ${MCP_SERVER_VERSION:-1.0.0} BUILD_DATE: ${BUILD_DATE:-} VCS_REF: ${VCS_REF:-} env_file: