Below you will find pages that utilize the taxonomy term “Sanbei101”
April 23, 2026
Docker Image Cache
Version updated for https://github.com/sanbei101/image-cache-action to version v1.0.2.
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 This GitHub Action enables caching of Docker images across workflows to accelerate CI/CD processes that rely on large images. It automates the storage and retrieval of Docker images as tar files using GitHub Actions cache, ensuring faster builds while minimizing redundant image pulls. The action provides platform-specific caching keys and ensures cache invalidation when images change.
April 23, 2026
Docker Image Cache
Version updated for https://github.com/sanbei101/image-cache-action to version v1.0.0.
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 镜像缓存 GitHub Action enables cross-workflow caching of Docker images to accelerate CI/CD pipelines that rely on large container images. It automates the process of restoring and saving Docker images as tar files using GitHub Actions’ caching mechanism, ensuring faster build times by avoiding redundant image downloads. The action supports cache invalidation based on image changes, providing an efficient and seamless way to manage Docker image dependencies in workflows.