You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I'm not getting this either. I've enabled caches
caches:
- path: cache
and run the same build, on the wame worker, and though the layer SHA are identical, it's still doing a build. So either I'm not getting something or it just doesn't work. Is there some additional magic I need to do to persist the cache folder across builds on the same worker?
I am trying to figure out how caching works. I am building Dotnet multistage images.
I don't think the paragraph below makes sense. How do I cache the path?
caches
Caching can be enabled by caching the cache path on the task:
https://github.com/concourse/oci-build-task#caches
The text was updated successfully, but these errors were encountered: