Below you will find pages that utilize the taxonomy term “Seijikohara”
June 3, 2026
Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.8.
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.
What’s Changed What’s Changed ci: migrate GitHub App auth from app-id to client-id by @seijikohara in https://github.com/seijikohara/docker-compose-cache-action/pull/284 chore(deps): lock file maintenance by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/283 Full Changelog: https://github.com/seijikohara/docker-compose-cache-action/compare/v1.8.7...v1.8.8
June 1, 2026
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.