Overview
A successful restore doesn’t always mean the Docker builder is actually using that cache. CI can restore Docker cache into the job while docker build still starts from scratch with no layer reuse.
We ran into exactly that kind of cache miss on one of our suites. Once