Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.23.
- 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 automates the caching of Docker images specified in Docker Compose files to reduce CI/CD workflow execution time. It parses Compose files, intelligently caches images using digests for verification and selectively pulls images when necessary, supporting multiple Compose files and image exclusion options. This action helps optimize build times by avoiding unnecessary image pulls from registries.
What’s Changed
What’s Changed
- chore(deps): update pnpm to v11.20.0 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/331
- chore(deps): update pnpm to v11.21.0 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/333
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/334
- chore(deps): update dependency oxfmt to ^0.63.0 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/332
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/335
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/336
- chore(deps): update dependency oxfmt to ^0.64.0 by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/337
Full Changelog: https://github.com/seijikohara/docker-compose-cache-action/compare/v1.8.21...v1.8.23