Remove Containerfile and update Docker Compose configuration; add GitHub Actions workflow for automated image build and push

This commit is contained in:
sha
2026-03-20 14:24:02 +02:00
parent 42cf48a9a4
commit 120695c0a5
4 changed files with 44 additions and 25 deletions
+2
View File
@@ -66,6 +66,8 @@ REDMINE_API_KEY=your_personal_api_key_here
### 3. Run the container
The image is published automatically to `ghcr.io/shadoll/redmine-mcp:latest` on every push to `main`.
```bash
docker compose up -d
# or with podman: