chrore: major overhaul of docs, commands, and workflows (#23)

* ci: add status badges to README

* chore: major overhaul - docs, commands & workflows

* fix: general fixes and improvements

* chore: various updates and fixes

* chore: minor fixes
This commit is contained in:
Sean P. Kane
2026-01-07 09:44:45 -08:00
committed by GitHub
parent d7d6c2c8e7
commit a775852ce9
53 changed files with 4684 additions and 1486 deletions
+4 -2
View File
@@ -1,8 +1,8 @@
name: Docker Build
# Build and test Docker images on pushes to main and pull requests.
# Note: Version tags (v*) are NOT included here - they trigger docker-release.yaml
# via the 'release: published' event instead, to avoid duplicate workflow runs.
# Note: Release tags (robust-mcp-server-v*) trigger mcp-server-release.yaml
# which handles Docker Hub releases. This workflow is for CI testing only.
on:
push:
branches: [main, master]
@@ -20,6 +20,8 @@ on:
- "src/**/*.py"
- "pyproject.toml"
- ".github/workflows/docker.yaml"
workflow_dispatch:
workflow_call:
# Cancel in-progress runs for the same branch
concurrency: