In my github action workflow, I’m using the services
key to define a docker image that should be run.
It seems that each time I run the workflow, the docker image gets pulled in from scratch.
Given that the service images are loaded and spun up before any github actions execute, I’m not sure the default ways of caching stuff apply.
I’m wondering if there’s another way to speed up the process.