From ef92355dcd8b73216f9575d1962d82df3841c9d1 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 22 Jan 2021 13:25:02 +0300 Subject: [PATCH] Revert "devops: try to publish under playwright namespace in MCR (#445)" This reverts commit 1f2fcd9353a4f0db0f27b4499d764c932e3ddf49. The old approach was actually correct. --- .github/workflows/publish_canary_docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_canary_docker.yml b/.github/workflows/publish_canary_docker.yml index 18cdde3cf..429537823 100644 --- a/.github/workflows/publish_canary_docker.yml +++ b/.github/workflows/publish_canary_docker.yml @@ -37,6 +37,6 @@ jobs: - run: docker build -t playwright-python:localbuild . - name: tag & publish run: | - # ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/python:next - # ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/python:next-focal - ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/python:sha-${{ github.sha }} + ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright-python:next + ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright-python:next-focal + ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright-python:sha-${{ github.sha }}