Skip to content

CI Docker build has no cache - #422

Merged
DeFiVC merged 2 commits into
ChainLearnOfficial:mainfrom
nwosum113-ui:issue-252
Aug 30, 2026
Merged

CI Docker build has no cache#422
DeFiVC merged 2 commits into
ChainLearnOfficial:mainfrom
nwosum113-ui:issue-252

Conversation

@nwosum113-ui

@nwosum113-ui nwosum113-ui commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Docker layer caching to CI workflow to optimize build times for subsequent runs.

Changes

  • Introduces docker-layer-caching action in CI workflow
  • Configures cache keys for Docker layers based on commit hash and Dockerfile changes
  • Updates .github/workflows/ci.yml to enable caching

Impact

  • Faster CI builds for Docker-based projects
  • Reduced resource usage in CI pipelines
  • Key file: .github/workflows/ci.yml

closes #252

@DeFiVC
DeFiVC merged commit 21faba3 into ChainLearnOfficial:main Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI Docker build has no cache

2 participants