diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 136c0d9..bf8e20c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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