added actions setup
This commit is contained in:
parent
bd07c9a33e
commit
a4a661b76b
3 changed files with 37 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
{
|
||||
"fileMatch": [
|
||||
"^Dockerfile$",
|
||||
"^.woodpecker.yml$"
|
||||
".forgejo/workflows/docker.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
||||
"\\s+repo:\\s*\\S*\\/cadvisor\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
|
||||
"cadvisor:(?<currentValue>v\\S+)"
|
||||
],
|
||||
"versioningTemplate": "loose",
|
||||
"depNameTemplate": "google/cadvisor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue