Skip to content

Commit d1504b4

Browse files
committed
devops: fix wrong Docker image name
1 parent 14b56cf commit d1504b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/publish_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set +x
66
trap "cd $(pwd -P)" EXIT
77
cd "$(dirname "$0")"
88

9-
MCR_IMAGE_NAME="playwright-python"
9+
MCR_IMAGE_NAME="playwright/python"
1010
PW_VERSION=$(python -c "from playwright._repo_version import version;print(version)")
1111

1212
RELEASE_CHANNEL="$1"

0 commit comments

Comments
 (0)