Allow job container to be attached to specific docker network #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As far as I understand network mode is currently hardcoded to "bridge".
I am not familiar with the act source code or even golang, but I think it is hardcoded here:
I am trying to use the runner in an environment where the job containers needs to be attached to a specific docker network to reach Gitea for e.g. SCM checkout etc.
@wolfogre thanks!