Compare commits

..

2 Commits

Author SHA1 Message Date
bbbd217247 Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 4m23s
Test Pull Requests / Notify (pull_request) Successful in 3s
2024-02-17 16:52:56 +00:00
5e8a34bd6f remove quotes from act renovate regex
All checks were successful
Build Develop Image / Notify (push) Successful in 4s
Build Develop Image / Build Image (push) Successful in 11m54s
2024-02-17 16:45:01 +00:00

View File

@ -9,7 +9,7 @@
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["Dockerfile"], "fileMatch": ["Dockerfile"],
"matchStrings": ["ARG ACT_VERSION=[\"](?<currentValue>.*)[\"]"], "matchStrings": ["ARG ACT_VERSION=(?<currentValue>.*)"],
"datasourceTemplate": "gitea-releases", "datasourceTemplate": "gitea-releases",
"depNameTemplate": "gitea/act_runner" "depNameTemplate": "gitea/act_runner"
} }