mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
fix: add user to docker group
This commit is contained in:
parent
b81b502e32
commit
59aea0778f
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class Renovate {
|
|||
}
|
||||
|
||||
async runDockerContainer(): Promise<void> {
|
||||
await exec('usermod', ['-aG', 'docker', '1000']);
|
||||
const commandArguments = [
|
||||
'--rm',
|
||||
`--env ${this.configFileEnv}=${this.configFileMountPath()}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue