added actions setup

This commit is contained in:
Samuel Philipp 2023-09-29 17:16:17 +02:00
parent bd07c9a33e
commit a4a661b76b
3 changed files with 37 additions and 2 deletions

View file

@ -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",