docs: clarify renovate-version and renovate-image

This commit is contained in:
Jan Gazda 2024-10-03 22:50:51 +02:00
parent 162a45471f
commit b67a7b41a9
No known key found for this signature in database
GPG key ID: 9637E36DAE206061
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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: