a18648ee73
If a service's image is from a container registry requires authentication, `act_runner` will need `credentials` to pull the image, see [documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservicesservice_idcredentials).
Currently, `act_runner` incorrectly uses the `credentials` of `containers` to pull services' images and the `credentials` of services won't be used, see the related code:
|
||
---|---|---|
.. | ||
artifacts | ||
common | ||
container | ||
exprparser | ||
jobparser | ||
lookpath | ||
model | ||
runner | ||
workflowpattern |