Trim the v prefix from the released version
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
d4c886ba9d
commit
06e176e720
2
.github/configs/updatecli.d/grafana.yaml
vendored
2
.github/configs/updatecli.d/grafana.yaml
vendored
@ -9,6 +9,8 @@ sources:
|
|||||||
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
|
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
|
||||||
versionfilter:
|
versionfilter:
|
||||||
kind: latest
|
kind: latest
|
||||||
|
transformers:
|
||||||
|
- trimPrefix: "v"
|
||||||
conditions:
|
conditions:
|
||||||
grafanaImagePublished:
|
grafanaImagePublished:
|
||||||
name: Ensure the latest Grafana is published on DockerHub
|
name: Ensure the latest Grafana is published on DockerHub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user