Skip to content

Commit 48952e4

Browse files
committed
docker
1 parent f91ac25 commit 48952e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 15
1515
runs-on: ubuntu-latest
1616
container:
17-
image: mcr.microsoft.com/playwright:v1.52.0-jammy
17+
image: mcr.microsoft.com/playwright:v1.52.0
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: setup-matrix
3333
runs-on: ubuntu-latest
3434
container:
35-
image: mcr.microsoft.com/playwright:v1.52.0-jammy
35+
image: mcr.microsoft.com/playwright:v1.52.0
3636
strategy:
3737
fail-fast: false
3838
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)