9788f4f7b5
Job-level MAP_TILE_URL=/api/... and API_BASE_URL=/api leaked into the unit-test step; src/env/index.ts validates these as URLs via Zod and rejected the relative path, breaking 57 of 2057 tests. Move the env exports to the docker_build step where they're actually consumed. Gitea Actions doesn't support actions/upload-artifact@v4 (GHES-only). Downgrade to v3 in ci-deploy.yml and release-verify.yml.