The publish workflow was pushing platform/Dockerfile (Go-only) to the Fly registry, but tenant machines run the combined image (Go + Canvas reverse proxy). This caused "canvas unavailable" after machine update. Changes: - Fly registry build: platform/Dockerfile → platform/Dockerfile.tenant - GHCR: keeps Go-only image (for self-hosted/dev use) - Path triggers: add canvas/** and manifest.json (tenant image includes both) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| e2e-api.yml | ||
| publish-canvas-image.yml | ||
| publish-platform-image.yml | ||