I have this function and it's the only one where I can't get the layer cache to work at all. The first step is always saying CACHED but beyond that it fails.
$ Container.from(address: "ghcr.io/oss-review-toolkit/ort:56.1.0"): Container! 0.5s CACHED
│ ✔ .withUser(name: "root"): Container! 0.0s
│ ✔ .withDirectory(
│ │ │ directory: Host.directory(exclude: [], path: "/root/dagger-dev"): Directory!
│ │ │ include: [".ort.yml", "ort/*"]
│ │ │ path: "/project"
│ │ ): Container! 0.0s