Open tclose opened 2 years ago
Hi @tclose, for Acceptance Criteria 1, the latest builds seem to have removed the docker cache. Can I clarify, what are we trying to optimise with reusing the docker cache. Are we wanting to wrap the python setup into a docker image for reuse? Or is this for a different repository
Oh sorry, I found out that the ubuntu images GHA already come with Docker installed so the buildx action I had included was redundant. Did removing it change where the Docker cache is stored?
Description
As a developer, I would like GH test action to run faster, so that I can be more productive. This could be achieved by caching the docker cache and generated DICOM files between tests
Acceptance Criteria