From bd013787fd6e8c3ea778ce47a58e8489275d883e Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Tue, 1 Oct 2024 12:32:05 +0900 Subject: [PATCH] Add selenium/standard-chrome 4.25.0 to ECR cache --- .github/workflows/clone-images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clone-images.yml b/.github/workflows/clone-images.yml index 05e34b0..28c9025 100644 --- a/.github/workflows/clone-images.yml +++ b/.github/workflows/clone-images.yml @@ -6,6 +6,8 @@ jobs: include: - image: "selenium/standalone-chrome" tag: "4.7.1" + - image: "selenium/standalone-chrome" + tag: "4.25.0" - image: "selenium/standalone-chrome-debug" tag: "3.141.59" - image: "degicigel/echo"