mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
docs: clarify renovate-version and renovate-image
This commit is contained in:
parent
162a45471f
commit
b67a7b41a9
2 changed files with 3 additions and 2 deletions
|
|
@ -183,6 +183,7 @@ If you want to use the `github-actions` manager, you must setup a [special token
|
|||
The Renovate Docker image name to use.
|
||||
If omitted or `renovate-image === ''` the action will use the `ghcr.io/renovatebot/renovate` Docker image name otherwise.
|
||||
If a Docker image name is defined, the action will use that name to pull the image.
|
||||
Note: Use only the image name without a tag, [`renovate-version`](#renovate-version) is used as the image tag.
|
||||
|
||||
This sample will use `myproxyhub.domain.com/renovate/renovate` image.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,11 +23,11 @@ inputs:
|
|||
required: false
|
||||
renovate-version:
|
||||
description: |
|
||||
Renovate version to use. Defaults to latest.
|
||||
Renovate version to use. Also used as image tag together with the parameter `renovate-image`. Defaults to latest.
|
||||
required: false
|
||||
renovate-image:
|
||||
description: |
|
||||
Renovate docker image name.
|
||||
Renovate docker image name. Use the parameter `renovate-version` to set the image tag.
|
||||
Defaults to `ghcr.io/renovatebot/renovate`.
|
||||
required: false
|
||||
mount-docker-socket:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue