mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
feat: add mount-docker-socket option (#749)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
da15a1bb63
commit
7c65b94442
4 changed files with 52 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue