mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
refactor!: rename docker-cmd-file to docker-entrypoint-file
BREAKING CHANGE: input parameter `docker-cmd-file` is now `docker-entrypoint-file`
This commit is contained in:
parent
b67a7b41a9
commit
2b7c66105e
5 changed files with 18 additions and 17 deletions
|
|
@ -43,9 +43,9 @@ inputs:
|
|||
Only applicable when 'mount-docker-socket' is true.
|
||||
required: false
|
||||
default: /var/run/docker.sock
|
||||
docker-cmd-file:
|
||||
docker-entrypoint-file:
|
||||
description: |
|
||||
Override docker command. Default command is `renovate`
|
||||
Override docker docker entrypoint. Use with `docker-user: root`. See the example for usage.
|
||||
required: false
|
||||
docker-network:
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue