ci: run screenshotter in container (#2644)

* ci: run screenshotter in container

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
ylemkimon
2020-12-19 09:16:34 +09:00
committed by GitHub
parent c4970e6afa
commit 8803649179
6 changed files with 342 additions and 134 deletions

View File

@@ -25,10 +25,10 @@
},
{
"fileMatch": [
"^\\.github/workflows/ci\\.yml$",
"^\\.github/workflows/screenshotter\\.yml$",
"^dockers/screenshotter/screenshotter\\.sh$"
],
"matchStrings": ["\"(?<browserTag>[a-z]*):(?<currentValue>[\\d.\\-]*)\""],
"matchStrings": ["[-\"](?<browserTag>[a-z]+):(?<currentValue>[\\d.\\-]+)[\"\\s]"],
"datasourceTemplate": "docker",
"depNameTemplate": "selenium/standalone-{{browserTag}}",
"versioningTemplate": "regex:^3\\.141\\.59-(?<patch>\\d+)$"