Back to blog
Luke Morris

Luke Morris

Staff Software Engineer at Depot

Posts by Luke Morris

6 posts

GitHub Actions without GitHub banner
26.09.10

GitHub Actions without GitHub

Depot CI runs GitHub Actions workflows without GitHub’s control plane, keeping CI online during outages and making workflows portable to new forges like Origin.
Observing Lambda durable functions banner
26.06.16

Observing Lambda durable functions

Durable Lambda functions break most of the tracing assumptions you carry over from regular code. They replay from the top every time they wake, so spans get emitted twice, parent spans lose their children, and queue wait time hides in the gaps. Here's how we restored end-to-end visibility into Depot CI's durable functions.
How to use cache mounts to speed up Docker builds banner
25.07.08

How to use cache mounts to speed up Docker builds

Cache mounts let you preserve partial build state between Docker builds, making incremental rebuilds faster when layer cache misses. Here's how to use them effectively, avoid common pitfalls, and make them work reliably in CI environments.

Start building with Depot
in minutes