Consolidate ED dockerbuild into CD nx workflow (#32923)

* Consolidate ED dockerbuild into CD nx workflow

* Touch Dockerfile to convince CI to be happy
This commit is contained in:
Michael Telatynski
2026-03-26 14:39:39 +01:00
committed by GitHub
parent 411eab9fd2
commit f573ba4084
6 changed files with 29 additions and 83 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"context": "packages/playwright-common",
"metadata": {
"images": ["ghcr.io/element-hq/element-web/playwright-server"],
"tags": ["type=raw,enable=true,value=$PLAYWRIGHT_VERSION"]
"tags": ["type=raw,enable={{is_default_branch}},value=$PLAYWRIGHT_VERSION"]
}
}
}