conductor-checkpoint-msg_01EFo2gQBKSFkGcJoJ4bUWNS
This commit is contained in:
parent
0e1fc9af22
commit
1c8840d675
2 changed files with 0 additions and 21 deletions
2
.github/workflows/mcp-server-docker.yml
vendored
2
.github/workflows/mcp-server-docker.yml
vendored
|
|
@ -6,8 +6,6 @@ on:
|
|||
- "mcp_server/pyproject.toml"
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "mcp-v*.*.*"
|
||||
pull_request:
|
||||
paths:
|
||||
- "mcp_server/pyproject.toml"
|
||||
|
|
|
|||
19
.github/workflows/release-mcp-server.yml
vendored
19
.github/workflows/release-mcp-server.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue