Add runner user to docker and lxd groups
Add the runner user to the docker and lxd groups. This will help avoid the need for sudo if the workflow will require the use of either docker or LXD.
This commit is contained in:
parent
98eb594cd6
commit
c089217a53
3 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ var (
|
|||
DefaultUserGroups = []string{
|
||||
"sudo", "adm", "cdrom", "dialout",
|
||||
"dip", "video", "plugdev", "netdev",
|
||||
"docker", "lxd",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue