Fix docker image signing v2 (#32956)

* Tweak cd.yaml workflow

* Tweak cd.yaml workflow

* Iterate

* Iterate

* Iterate

* Iterate

* Remove debug
This commit is contained in:
Michael Telatynski
2026-03-27 09:13:20 +00:00
committed by GitHub
parent 70004121e1
commit efd2636824
3 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -20,10 +20,10 @@
"provenance": "true",
"sbom": true,
"build-args": ["PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION"],
"context": "packages/playwright-common",
"context": "{projectRoot}",
"metadata": {
"images": ["ghcr.io/element-hq/element-web/playwright-server"],
"tags": ["type=raw,enable={{is_default_branch}},value=$PLAYWRIGHT_VERSION"]
"tags": ["type=ref,event=branch", "type=raw,enable={{is_default_branch}},value=$PLAYWRIGHT_VERSION"]
}
}
}