How can a dependency cache is created when jobs run inside a docker container ?
For example, if a. Maven dependencies cache needs to be created but the jobs using self hosted runner with maven executing on a openjdk docker container. How to create cache dependencies and reuse in GitHub workflow?
Is this for a specific lab? If so, could you please include a link to the lab you’re doing here?
Well this is not specific to a Lab. I stuck when I tried to cache dependencies while using job containers with self hosted Linux runner.
Cache action unable to create cache with the specified keys as maven task is running inside container.
I’m not sure how exactly you do that. But you’ll want to read these docs, since they’re relevant to the cache github action.