conductor-checkpoint-msg_01EFo2gQBKSFkGcJoJ4bUWNS

This commit is contained in:
Daniel Chalef 2025-10-26 17:51:40 -07:00
parent 0e1fc9af22
commit 1c8840d675
2 changed files with 0 additions and 21 deletions

View file

@ -6,8 +6,6 @@ on:
- "mcp_server/pyproject.toml"
branches:
- main
tags:
- "mcp-v*.*.*"
pull_request:
paths:
- "mcp_server/pyproject.toml"

View file

@ -62,22 +62,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
name: MCP Server ${{ steps.version.outputs.tag }}
body: |
## MCP Server Release ${{ steps.version.outputs.version }}
Docker image available at:
- `docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.tag }}`
- `docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest`
### Installation
Update your `docker-compose.yml` or pull the latest image:
```bash
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.tag }}
```
generate_release_notes: true