Is it possible to tell dagger not to invalidate cache, for instance if I'm providing credentials like GITHUB_TOKEN or AWS credentials? So far I've tried using withEnvVariable, withSecretVariable, and withNewFile. I'm wondering if there is just a strategy to prevent a cache invalidation of the steps following it that I'm not thinking of.
I understand why this busts cache, because the env or file changes, just wondering if there is a way to tell dagger/buildkit "I know this changed, but trust me bro"