← All tags
cloudflare
Caching CI on Ephemeral Runners (Without a Docker Daemon)
Ephemeral one-job runners start clean every time, so the usual on-disk caches are gone before the next job sees them. Two example workflows that fix that: a build/test job that caches the compiler over HTTPS, and an image build that caches layers in a registry - all with no Docker daemon.
Ephemeral GitHub Actions Runners on Cloudflare Containers
AI coding agents burn through GitHub Actions minutes. I built flare-runner: a Cloudflare Worker that turns a workflow_job webhook into a short-lived Cloudflare Container running one CI job, then exits. One container per job, scale to zero, no standing runner box.