Files
mcp-ics/.gitea/workflows
Julien Cabillot 86c9cb87e4
Docker Build and Push / build (pull_request) Successful in 46s
fix: set build context to root instead of pkg
The build context was set to 'pkg', but the Dockerfile references
requirements.txt and src/ which are at the repository root.
Changing context to '.' gives Docker access to all necessary files.
2026-05-29 16:33:34 -04:00
..