updated playwright image (#378)

This commit is contained in:
Graham Steffaniak 2025-02-17 11:56:46 -05:00 committed by GitHub
parent f28115afc3
commit a6f7883e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./_docker/Dockerfile.playwright file: ./_docker/Dockerfile.playwright-regular
push: false push: false
push_latest_to_registry: push_latest_to_registry:
needs: [ test_playwright ] needs: [ test_playwright ]