Compare commits

..

1 Commits

Author SHA1 Message Date
5b8e4f562b Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 5m47s
Test Pull Requests / Notify (pull_request) Successful in 3s
2024-02-17 16:40:35 +00:00

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"
}