Skip to content

Added Caching to workflows - #1501

Closed
pxsit wants to merge 4 commits into
cms-dev:mainfrom
pxsit:main
Closed

Added Caching to workflows#1501
pxsit wants to merge 4 commits into
cms-dev:mainfrom
pxsit:main

Conversation

@pxsit

@pxsit pxsit commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

Implement Docker layer caching
Instead of rebuilding the entire Docker image from scratch on every commit, the optimized workflow uses actions/cache to save and reuse the layers of your Docker image. On a new commit, Docker will only have to rebuild the layers that have actually changed, while reusing all the previous layers from the cache.

@pxsit pxsit closed this Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant