in my workflow i spin a vm with a self hosted runner and a docker image (aws) already on it.
When the VM is deployed, the runner automatically starts running.
does
container:
image:
use the image on the vm or the image stored in aws ecr?
if not, is there a way to make sure that the workflow is run on the docker itself
Source: Docker Questions