Allow user to specify args for chromium process so they dont need SYS_ADMIN on container. (#4397)

* allow user to specify args for chromium process so they dont need SYS_ADMIN perms

* use arg flag content

* update console outputs
This commit is contained in:
Timothy Carambat
2025-09-17 16:31:08 -07:00
committed by GitHub
parent 7864e1a970
commit 95557ee16f
7 changed files with 29 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['upload-ui-ux'] # put your current branch to create a build. Core team only.
branches: ['3999-chromium-flags'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'