-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add example using GHA cache backend #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool! I'll ask @kaos to take a quick look as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
I'm not familiar with the values for cache_from
and cache_to
in particular, but trust they do what is intended ;)
@riisi this is still a Draft. Should it be? |
Initially because this needs pants v2.19. But also will change slightly with some fixes to Docker backend that I’m working on now. Would hold off on merging for now. On 9 Nov 2023, at 23:30, Benjy Weinberger ***@***.***> wrote:
@riisi this is still a Draft. Should it be?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
2.19 is released. Is this ready to go again? |
I think this should be good to go now. |
Raising for info at this stage pending 2.19 release.
Note that no changes are required to run this locally - i.e. it will not fail due to missing GH tokens but fall back to local cache if present.
I think I will also attempt to add an example using the Inline cache backend, publishing to Github packages - this seems a better option when there are many images as the GHA cache limit would be reached.