mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
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:
parent
e95b5b1dd6
commit
35e6c49d7c
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user