mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: add note for workaround
This commit is contained in:
parent
e6df98fa8c
commit
bcc97208e9
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class Renovate {
|
|||
}
|
||||
|
||||
async runDockerContainer(): Promise<void> {
|
||||
// workaround for docker group missmatch: 116 (host) vs 999 (container)
|
||||
await exec('sudo', ['chmod', 'o=rw', '/var/run/docker.sock']);
|
||||
const commandArguments = [
|
||||
'--rm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue