Skip to content

Fix typos and improve clarity in build-cache.md #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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