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

🐳 Enable Docker layer caching in GitHub Actions

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

I also saw the Node 16 warning in Issue #54 I've bumped to Node 20 and also updated package.json. - [ ] But to get this PR's build working, I...

FWIW, it seems Docker's build-push-action [now supports caching using the Github Cache API](https://docs.docker.com/build/ci/github-actions/cache/#github-cache). Currently it's experimental but seems to work well in the little testing I've done. It's just two...

enhancement

**Describe the bug** Post action job fails to save layers due to space exhaustion **To Reproduce** Steps to reproduce the behavior: 1. Create Dockerfile with base image `FROM mcr.microsoft.com/windows/server:ltsc2022` 2....

bug

GitHub says: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jpribyl/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Runner Environment: - OS: ubuntu-22.04

bug

**Is your feature request related to a problem? Please describe.** After the build has gone through the action pushes all the layers from the local action's docker to the cache....

enhancement

**Is your feature request related to a problem? Please describe.** Hosted runners come with common base images built-in, but the action appears to restore and save them anyway. This only...

enhancement

Hi thanks for maintaining this fork, but I'm curious do you intend to fix this bug or is this a feature ? **Describe the bug** Currently this fork share the...

bug

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.18 to 18.15.11. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.11.18&new-version=18.15.11)](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

Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.1.1 to 3.2.1. Changelog Sourced from @​actions/cache's changelog. 3.1.1 Reverted changes in 3.1.0 to fix issue with symlink restoration on windows. Added support for verbose logging about...

dependencies

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