You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add Docker layer caching to context guard and timeouts to all jobs
Add GHA + registry cache to docker-context-guard so unchanged layers
are reused across CI runs (~3 min → ~30s on cache hit). Previously
this ran a bare `docker build` with no caching at all.
Add timeout-minutes to all 9 CI jobs to prevent runaway jobs from
burning runner minutes at GitHub's default 6-hour timeout.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments