elldritch/hipsterfy

Improve Docker build times in CI

Closed this issue · 1 comments

Docker builds are really slow right now because they start from scratch. Caching seems like the obviously correct approach here (and the Dockerfile is structured to be conducive to caching, which works well locally), but I can't seem to get it to work.

Some references I found while investigating:

Fixed in 9aa44f5.