Skip to content

Conversation

ncsokas
Copy link

@ncsokas ncsokas commented Jul 9, 2025

This pull request updates the labs/build-cache.md file to improve clarity, correct terminology, and enhance the guidance on caching and artifact usage in GitHub Actions workflows. The most important changes include fixing typos, adding a comparison of caching vs. artifacts, and providing a detailed example workflow for caching and artifact management.

  • Provided a detailed example of a GitHub Actions workflow for caching Gradle dependencies, managing Docker layer caching, and using artifacts for cross-job communication. This includes a fully fleshed-out YAML example with caching and artifact upload/download steps.
  • Recommended using docker/build-push-action for efficient Docker layer caching and suggested changing workflow triggers to workflow_dispatch to avoid unnecessary runs.

@ncsokas ncsokas requested review from moller2866 and amrutashety July 9, 2025 08:34
Copy link

@amrutashety amrutashety left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ncsokas ncsokas marked this pull request as draft August 19, 2025 13:04
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.

2 participants