Arduino-CI / action

GitHub action to run Arduino CI
16 stars 3 forks source link

Cache the Docker container #6

Open prestoncarman opened 3 years ago

prestoncarman commented 3 years ago

Currently, the action builds the docker file each time the action is run. Can the build Docker container be cached so it is just downloaded each time?

ianfixes commented 3 years ago

I believe that's in progress on GitHub's end, I was pretty surprised they weren't exploiting a layer cache during their builds https://github.community/t/cache-a-docker-image-built-in-workflow/16260/2