Skip to content

Add support for local cache, useful for self-hosted runners

Compare
Choose a tag to compare
@lukka lukka released this 19 Dec 02:41
· 72 commits to latest since this release

Changes:

  • added support for local cache, useful on self-hosted runners. By default it is disabled, and it can be enabled by using input useLocalCache:true.
  • Cloud based cache is still there and enabled by default. Just in case, workflows can opt-out by using: useCloudCache:false.

Enjoy!