Hi there!
I'm using Dagger to power the build of my OSS project mycelium see: https://github.com/Fristi/project-mycelium-v2/blob/main/.dagger/src/index.ts
I improved the build today by pinning docker images, apt-get and using fine grained source directories and cached volumes as input
Locally it seems to work for a few parts of the build, but on CI (GHA) it builds all again. How to resolve ?