devops: fix Docker tests (#10767)

This commit is contained in:
Max Schmitt 2021-12-07 15:23:20 -08:00 committed by GitHub
parent 55fb53ef82
commit 070b18e755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
- run: npm ci
- run: npm run build
- name: Build
run: bash utils/docker/build.sh ${{ matrix.tag }} playwright:localbuild-${{ matrix.tag }}
run: bash utils/docker/build.sh --amd64 ${{ matrix.tag }} playwright:localbuild-${{ matrix.tag }}
- name: Clean & Prepare for Docker
run: |
npm run clean