From 7d51f56319d4d967336433106f85deafcb44336e Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:54:44 +0100 Subject: [PATCH] test: use short-form cypress/browsers tag --- .github/workflows/example-docker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example-docker.yml b/.github/workflows/example-docker.yml index d5c345b1e..ef8554512 100644 --- a/.github/workflows/example-docker.yml +++ b/.github/workflows/example-docker.yml @@ -13,9 +13,10 @@ jobs: fail-fast: false matrix: browser: [chrome, edge, electron, firefox] - # from https://hub.docker.com/r/cypress/browsers/tags + # Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images + # Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags container: - image: cypress/browsers:node-22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1 + image: cypress/browsers:22.11.0 options: --user 1001 steps: - name: Checkout