espressif / esp-idf-ci-action

GitHub Action for ESP32 CI
MIT License
59 stars 24 forks source link

Add Image Caching for faster subsequent builds (RDT-769) #42

Closed timoxd7 closed 2 months ago

timoxd7 commented 2 months ago

Info

Add optional caching of docker image for faster reuse. Uses Github Action Caches to save the image.

Improvements

Speeds up runtime by about 2 minutes.

NOTE

Based on a different branch. Merge #41 first.

timoxd7 commented 2 months ago

nvm, not faster after doing some tests.