sillyguodong 6ce5c93cc8 Put the job container name into the env context (#62)
Related: https://gitea.com/gitea/act_runner/issues/189#issuecomment-740636
Refer to [Docker Doc](https://docs.docker.com/engine/reference/commandline/run/#volumes-from), the `--volumes-from` flag is used when running or creating a new container and takes the name or ID of the container from which you want to share volumes. Here's the syntax:
```
docker run --volumes-from <container_name_or_id> <image>
```
So put the job container name into the `env` context in this PR.

Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act/pulls/62
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2023-06-06 00:21:31 +00:00
..
2023-05-04 17:45:53 +08:00
2023-05-04 17:45:53 +08:00
2023-05-04 17:45:53 +08:00
2023-05-04 17:45:53 +08:00
2023-03-16 11:45:29 +08:00
2023-03-16 11:45:29 +08:00
2023-05-04 17:45:53 +08:00
2023-06-05 09:21:59 +00:00
2022-12-05 17:08:17 +08:00