trails/.github/workflows
Ullrich Schäfer 1d45c57ae7
Cache PostGIS Docker image in CI
Replace service container with manual docker run + cached image tar.
Service containers pull the image before steps run (uncacheable).
Manual approach: cache the image as a tar, load on cache hit.

PostGIS image is ~400MB — first run pulls and saves, subsequent
runs load from cache in ~2s instead of ~19s.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:17:30 +01:00
..
automerge.yml Add all recommended triggers to automerge action 2026-03-23 01:18:54 +01:00
cd.yml Add infrastructure: Terraform, Docker Compose, BRouter, CD pipeline (#2) 2026-03-22 13:32:01 +01:00
ci.yml Cache PostGIS Docker image in CI 2026-03-25 00:17:30 +01:00