2 Commits

Author SHA1 Message Date
renovate-bot bbbd217247 Update golang Docker tag to v1.22
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
MrMeeb 5e8a34bd6f remove quotes from act renovate regex
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
+1 -1
View File
@@ -9,7 +9,7 @@
{
"customType": "regex",
"fileMatch": ["Dockerfile"],
"matchStrings": ["ARG ACT_VERSION=[\"](?<currentValue>.*)[\"]"],
"matchStrings": ["ARG ACT_VERSION=(?<currentValue>.*)"],
"datasourceTemplate": "gitea-releases",
"depNameTemplate": "gitea/act_runner"
}