devops: move CircleCI to run against dev version of Docker container (#2969)
Since we now auto-publish docker container, we can move CircleCI to use the tip-of-tree docker images.
This commit is contained in:
parent
a802b4a65f
commit
7080767f2c
|
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: mcr.microsoft.com/playwright:bionic
|
- image: mcr.microsoft.com/playwright:dev
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue