next.js
124310d2 - Always rebuild docker image on cache miss

Commit
41 days ago
Always rebuild docker image on cache miss On a cache miss the cache key has changed, meaning the Dockerfile or rust-toolchain.toml changed. The locally cached image is stale so we must rebuild unconditionally, not skip because imageExists() is true.
Author
Parents
Loading