Skip to content

Conversation

@Joakim89
Copy link
Contributor

Docker layer caching was added to improve build performance, but testing showed no meaningful improvements due to how Gradle's build system works. The additional complexity and GitHub Actions cache management overhead isn't justified by the negligible performance gains.

This removes:

  • enable-cache input parameter from all workflows
  • Docker Buildx setup step
  • Cache configuration (cache-from, cache-to)
  • Provenance settings added for caching compatibility

@Joakim89 Joakim89 merged commit 8e497db into main Jan 16, 2026
1 check passed
@Joakim89 Joakim89 deleted the chore/remove-build-caching branch January 16, 2026 11:47
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.

3 participants