fix: remove user restriction from runner containers to allow apt-get

Remove --user 1000:1000 option to allow workflow containers to run as root.
This is needed for the Docker CLI installation step which requires root
permissions for apt-get commands.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-18 15:56:38 +00:00
parent 46fa658a4e
commit e86b9fa29c

View file

@ -20,4 +20,4 @@ data:
container: container:
network: host network: host
privileged: false privileged: false
options: --user 1000:1000 options: