Skip to content

Conversation

@Joakim89
Copy link
Contributor

Reverts Docker layer caching changes. Testing showed no meaningful speed improvement - builds still take 5+ minutes on code changes despite caching being enabled. The bottleneck is Gradle configuration and compilation time, not Docker layer caching.

name: Create and Publish Changelog
needs: [create-release-tag, deploy]
needs: create-release-tag
if: always() && inputs.enable-changelog && needs.deploy.result == 'success'

Choose a reason for hiding this comment

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

🚫 [actionlint] reported by reviewdog 🐶
property "deploy" is not defined in object type {create-release-tag: {outputs: {}; result: string}} [expression]

@Joakim89 Joakim89 closed this Jan 16, 2026
@Joakim89 Joakim89 force-pushed the chore/remove-build-caching branch from cd955c5 to b553940 Compare January 16, 2026 11:27
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