Skip to content

Commit 1f2fcd9

Browse files
authored
devops: try to publish under playwright namespace in MCR (#445)
This patch attempts to publish playwright under `playwright/python` mcr namespace, thus re-using the default `playwrigh` namespace that was already approved. Just to be on the safe side, this disables all image publishing except the one marked with a unique SHA.
1 parent dc8b54b commit 1f2fcd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_canary_docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- run: docker build -t playwright-python:localbuild .
3838
- name: tag & publish
3939
run: |
40-
./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright-python:next
41-
./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright-python:next-focal
42-
./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright-python:sha-${{ github.sha }}
40+
# ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/python:next
41+
# ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/python:next-focal
42+
./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/python:sha-${{ github.sha }}

0 commit comments

Comments
 (0)