Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.7.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Docker Compose Cache Action is a GitHub Action designed to optimize CI/CD workflows by caching Docker images used in Docker Compose files. It automates the process of parsing Compose files, caching images as tarballs, verifying their freshness with digest checks, and selectively pulling only updated images, thereby reducing redundant downloads and speeding up workflow execution. Key capabilities include support for multiple Compose files, granular image caching, and prevention of stale cache issues.
What’s Changed
What’s Changed
- chore(deps): update dependency @evilmartians/lefthook to v2.1.9 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/280
- chore(deps): update dependency date-fns to v4.4.0 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/281
- chore(deps): update dependency js-yaml to v4.2.0 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/282
Full Changelog: https://github.com/seijikohara/docker-compose-cache-action/compare/v1.8.6...v1.8.7