* Add GitHub Actions workflow for building and pushing MCP Server Docker image This commit introduces a new workflow that triggers on changes to the pyproject.toml file in the main branch. It builds and pushes the Docker image to Docker Hub, extracting the version from the pyproject.toml and setting up necessary permissions and steps for the process. * Add workflow_dispatch input to MCP Server Docker workflow This commit adds an optional input parameter, `push_image`, to the GitHub Actions workflow for the MCP Server Docker image. This allows users to control whether to push the image to the registry during manual workflow dispatch, enhancing flexibility for testing purposes. * Update Docker workflow conditions and increment version to 0.2.0 This commit modifies the MCP Server Docker workflow to include the `push_image` input conditionally for both pull requests and manual dispatches. Additionally, the version in `pyproject.toml` is updated from 0.1.0 to 0.2.0 to reflect the changes made. * Remove unnecessary package write permission from MCP Server Docker workflow * Add permissions for packages, actions, and security events in MCP Server Docker workflow * Update MCP Server Docker workflow to use Ubuntu 24.04 for build environment * Update MCP Server Docker workflow permissions to include id-token write access * Remove unused cache configuration from MCP Server Docker workflow |
||
|---|---|---|
| .. | ||
| workflows | ||
| dependabot.yml | ||
| secret_scanning.yml | ||