Skip to content

Commit 930406b

Browse files
authored
fix: host our own playwright image while issues with microsoft ecr (#365)
1 parent 8432d02 commit 930406b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/node/playwright-executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ parameters:
22
playwright-version:
33
type: string
44
docker: # run the steps with Docker.
5-
- image: mcr.microsoft.com/playwright:v<< parameters.playwright-version >>-noble
5+
- image: 168387678261.dkr.ecr.us-east-1.amazonaws.com/playwright:v<< parameters.playwright-version >>-noble
66
resource_class: xlarge

0 commit comments

Comments
 (0)