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:
Gabriel Adrian Samfira 2022-06-17 12:44:47 +03:00
parent 98eb594cd6
commit c089217a53
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5
3 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,8 @@ system_info:
- video
- plugdev
- netdev
- docker
- lxd
sudo: ALL=(ALL) NOPASSWD:ALL
runcmd:
- /install_runner.sh

View file

@ -17,6 +17,8 @@ system_info:
- video
- plugdev
- netdev
- docker
- lxd
sudo: ALL=(ALL) NOPASSWD:ALL
runcmd:
- /install_runner.sh