action-docker-layer-caching icon indicating copy to clipboard operation
action-docker-layer-caching copied to clipboard

[CAUTION] This repository is not actively maintained. / Enable Docker layer caching in your GitHub Actions workflow.

Results 44 action-docker-layer-caching issues
Sort by recently updated
recently updated
newest added

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 !...

dependencies

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...

bug

**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 -...

bug

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

bug

**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...

enhancement

# 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...

bug

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...

bug

**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...

bug