devops: publish Docker image to :latest as well (#365)

We don't do that for normal Playwright because we expect the user to
mount/add/copy their own Playwright folder and there the version has to
match. In this case publishing to `:latest` seems fine since its a
isolated product.
This commit is contained in:
Max Schmitt 2025-05-07 11:14:05 +02:00 committed by GitHub
parent e95b5b1dd6
commit 35e6c49d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,4 +50,6 @@ jobs:
file: ./Dockerfile # Adjust path if your Dockerfile is elsewhere
platforms: linux/amd64,linux/arm64
push: true
tags: playwright.azurecr.io/public/playwright/mcp:${{ github.ref_name }}
tags: |
playwright.azurecr.io/public/playwright/mcp:${{ github.ref_name }}
playwright.azurecr.io/public/playwright/mcp:latest