Skip to content

Commit 950d0d1

Browse files
authored
devops: fix Docker publishing (microsoft#369)
1 parent cdeba45 commit 950d0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
platforms: linux/amd64,linux/arm64
5252
push: true
5353
tags: |
54-
playwright.azurecr.io/public/playwright/mcp:${{ github.ref_name }}
54+
playwright.azurecr.io/public/playwright/mcp:${{ github.event.release.tag_name }}
5555
playwright.azurecr.io/public/playwright/mcp:latest

0 commit comments

Comments
 (0)