cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
Greetings! Our organization uses a reusable workflow to build our docker images. We recently attempted to add caching to this workflow to speed up the build process. While we already...
## Description This PR adds a `force-overwrite` options to force overwrite an already existing cache. I could use some help with the implementation. I'm native to PHP and not familiar...
GOLD GLD$USD€EURO Portfolio ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
I am trying to cache data with version 3.3.2, but it fails to save the data to the cache with an error. The runner is a self-hosted windows runner for...
`cache-hit` exists for `cache/restore` and provides whether there was a cache hit. However, when using `cache/save`, there is no similar output which can be used to check for whether the...
It would be very useful to provide the cache size, which is already shown in the log, as an output of the save cache action. My use case is that...
- [ ] _Publicado originalmente por @shango420 en https://github.com/JarvusInnovations/puppeteer-cli/issues/37#issuecomment-1780204363_
self hosted linux runner, using cache@v3 any workarounds until the service is stabilized? ``` 16m 10s Post job cleanup. /usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /path/is/here --files-from manifest.txt...
Hello! I'm having issues with restoring a cache of approximately 2GB, created by the same branch on a pull request. At the first run I'm able to create correctly the...
It is my understanding, that `actions/setup-java` uses the same caching mechanism as `actions/cache`. However I fail to restore my `~/.m2/repository` from cache created by `setup-java`. ### Workflow 1 My first...