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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 18.7.2. 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...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 1.0.6 to 3.0.3. Changelog Sourced from @actions/cache's changelog. 1.0.6 Make caching more verbose #650 Use GNU tar on macOS if available #701 1.0.7 Fixes permissions issue extracting...
**Describe the bug** Prior to adding layer caching build took ~2 minutes and 45 seconds. After adding it, the build time takes 2 minutes and 23 seconds. However, the actual...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
The output is quite verbose. Requesting for a user option to reduce verbose output, something like a 'quiet' mode (like docker build . --quiet)
**Is your feature request related to a problem? Please describe.** Not all images need caching, and can take up valuable room. Some images are loaded before the cache is loaded...
**Describe the bug** Using the following configuration, the cache works great across jobs in the same run (even with the default values of `key` and `restore-keys`, but, re-running the workflow,...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
The workflow release.yml is referencing action satackey/push-prebuilt-action using references v0.2.0-beta3. However this reference is missing the commit [0c027b66503f3857cb4e5cfb71633cc54dbd1ec6](https://github.com/satackey/push-prebuilt-action/commits/0c027b66503f3857cb4e5cfb71633cc54dbd1ec6) which may contain fix to the some vulnerability. The vulnerability fix that...