renovate: fix lookup of docker image digest
This commit is contained in:
parent
a0bd8dd4c5
commit
bb36d20945
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"versioningTemplate": "docker",
|
"versioningTemplate": "docker",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
|
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue