feat: add mount-docker-socket option (#749)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Mahé 2023-05-26 19:33:35 +02:00 committed by GitHub
parent da15a1bb63
commit 7c65b94442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 0 deletions

View file

@ -35,6 +35,12 @@ inputs:
Renovate docker image name.
Defaults to `ghcr.io/renovate/renovate`.
required: false
mount-docker-socket:
description: |
Mount the Docker socket inside the renovate container so that the commands
can use Docker. Also add the user inside the renovate container to the
docker group for socket permissions.
required: false
runs:
using: node16
main: dist/index.js