Skip to content

Commit 01447ed

Browse files
authored
test: use short-form cypress/browsers tag (#1318)
1 parent d14a1a1 commit 01447ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/example-docker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
browser: [chrome, edge, electron, firefox]
16-
# from https://hub.docker.com/r/cypress/browsers/tags
16+
# Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images
17+
# Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags
1718
container:
18-
image: cypress/browsers:node-22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1
19+
image: cypress/browsers:22.11.0
1920
options: --user 1001
2021
steps:
2122
- name: Checkout

0 commit comments

Comments
 (0)