Is there the same feature for produced artifacts, e.g. built Docker images?
@trsvchn Yes, there is https://github.com/docker/build-push-action#leverage-github-cache
But as far as I try, restoring cache for docker builing took more time. mayb I have tried in the wrong way.
Let me know after you try it
@ydcjeff Thanks! I will try!
@vfdev-5 what do you think?
@ydcjeff yes, makes sense to cache conda deps and reset the cache every week or so.