mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 13:22:29 +00:00
This commit adds the default linuxkit cache directory to the GitHub Actions cache. This will ensure that we don't pull images that already exist in the cache, or build them if we've already done so. It should speed up CI. Signed-off-by: Dave Tucker <dave@dtucker.co.uk>