Add docker layer caching for docker builds#2270
Conversation
Mpdreamz
left a comment
There was a problem hiding this comment.
Changes look good to me mind giving the PR description as to why these changes are necessary?
I've read https://docs.docker.com/build/ci/github-actions/cache/#github-cache and understand what it does not super clear on all the benefits. Is this to speed up the build? A lot of time is simply the AOT publish maybe?
The default max cache size is 10GB so no qualms there.
It looks like the caching made the build even slower. 😅 The main reason why I created this PR was because I saw the |
| dnf install -y npm git clang tar findutils && \ | ||
| dnf clean all | ||
|
|
||
| # Install .NET SDK based on global.json version |
There was a problem hiding this comment.
I think we should leave in the comment that this might be temporary:
|
Closing, the problem I tried to solve didn't happen since I opened this PR. |
No description provided.