feat: allow to override docker command and user (#783)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Cédric Cabessa 2023-10-16 11:16:31 +02:00 committed by GitHub
parent 577b35899d
commit 8d4ffe3283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 102 additions and 0 deletions

View file

@ -36,6 +36,15 @@ inputs:
can use Docker. Also add the user inside the renovate container to the
docker group for socket permissions.
required: false
docker-cmd-file:
description: |
Override docker command. Default command is `renovate`
required: false
docker-user:
description: |
Docker user. Default to an unprivileged user
required: false
runs:
using: node16
main: dist/index.js