We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b56cf commit d1504b4Copy full SHA for d1504b4
utils/docker/publish_docker.sh
@@ -6,7 +6,7 @@ set +x
6
trap "cd $(pwd -P)" EXIT
7
cd "$(dirname "$0")"
8
9
-MCR_IMAGE_NAME="playwright-python"
+MCR_IMAGE_NAME="playwright/python"
10
PW_VERSION=$(python -c "from playwright._repo_version import version;print(version)")
11
12
RELEASE_CHANNEL="$1"
0 commit comments