Open
Description
right now docker builds take ~5 minutes, and no layers are cached except the layers from the last stage, which don't save us any time. cargo-chef and buildx's gha
caching are supposed to do nice caching things, but they don't seem to be doing that in this setup right now.
one possible theory: maybe cargo-chef is violating some assumptions of buildx's caching? maybe buildx only caches the final layer intentionally for some reason? no clue.
Metadata
Metadata
Assignees
Labels
No labels