Update ED Docker metadata by removing Playwright version tag

Removed the Playwright version tag from the Docker metadata.
This commit is contained in:
Michael Telatynski 2026-03-26 14:41:03 +00:00 committed by GitHub
parent c6abb3d00f
commit 428bf0cabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]
}
}
}