From 428bf0cabf7d550f690f5a8d66a45f121e62a71a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 26 Mar 2026 14:41:03 +0000 Subject: [PATCH] Update ED Docker metadata by removing Playwright version tag Removed the Playwright version tag from the Docker metadata. --- apps/desktop/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/project.json b/apps/desktop/project.json index 4d21eec629..a5636ccac6 100644 --- a/apps/desktop/project.json +++ b/apps/desktop/project.json @@ -16,7 +16,7 @@ "file": "apps/desktop/dockerbuild/Dockerfile", "metadata": { "images": ["ghcr.io/element-hq/element-web/desktop-build-env"], - "tags": ["type=ref,event=branch", "type=raw,enable={{is_default_branch}},value=$PLAYWRIGHT_VERSION"] + "tags": ["type=ref,event=branch"] } } }