I have noticed that when you have `COPY` directives in your Dockerfile and use ` --reproducible`, the resulting digest is always different?
It seems because `COPY` layers are never fetched from the cache and when they are copied in, the timestamp of the files are always different because the git checkout always changes the timestamps of files (in cicd).
Is there a known workaround for this?