action-docker-layer-caching
action-docker-layer-caching copied to clipboard
[CAUTION] This repository is not actively maintained. / Enable Docker layer caching in your GitHub Actions workflow.
Bumps [typescript-is](https://github.com/woutervh-/typescript-is) from 0.17.1 to 0.19.0. Release notes Sourced from typescript-is's releases. v0.19.0 New Features Add transformNonNullExpressions which allows you to generate non-null assertions with the non-null assertion operator !...
Randomly (as it seems) multiple instances of the error appear: > Unable to reserve cache with key: ReserveCacheError: Unable to reserve cache with key ..., another job may be creating...
**Describe the bug** According to `action.yml`, we can set the concurrency. However, setting this parameter appears to have no effect. https://github.com/satackey/action-docker-layer-caching/blob/cc3f3828e75cbb45f0cf5139b95329c88480aa97/action.yml#L17-L20 **To Reproduce** Steps to reproduce the behavior: ```yml -...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Docker provides a way for referring to images by their SHA hash instead of tags, like this: ```sh $ docker pull pierrezemb/gostatic@sha256:e28d48e17840c5104b5133c30851ac45903b1d2f268d108c4cd0884802c9c87e $ docker images|grep gostatic pierrezemb/gostatic 4569615e9ed0 2 weeks...
**Is your feature request related to a problem? Please describe.** The ` Post Run satackey/[email protected]` step is quite slow for our builds because it uploads a bunch of images that...
# Podman Support (Need help!) ## Feature Add optional parameter `container` that takes in `docker` or `podman` (defaults to `docker`). ## Issue `Podman` not using cache (even though `Cache restored...
**Note:** For tracking purposes only; this is caused by an issue affecting Docker itself. See: https://github.com/moby/moby/issues/41829 ------------- **Describe the bug** On Windows, restoring the cache fails with an error message...
Hello, First, thank you for the great action that you have created. We have been facing a strange error lately on version 0.0.4 and the same error after upgrading to...
**Describe the bug** You can't use this with a worflow containing a comma in its name. **Debug logs** ``` Run satackey/[email protected] with: key: docker-layer-caching-Build, Test & Deploy-{hash} restore-keys: docker-layer-caching-Build, Test...