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 -3
View File
@@ -5,15 +5,14 @@
"targets": {
"docker:build": {
"executor": "@nx-tools/nx-container:build",
"dependsOn": ["docker:prebuild"],
"options": {
"load": true,
"engine": "docker",
"platforms": ["linux/amd64", "linux/arm64"],
"provenance": "true",
"sbom": true,
"context": "apps/desktop",
"file": "apps/desktop/dockerbuild/Dockerfile",
"context": "{projectRoot}",
"file": "{projectRoot}/dockerbuild/Dockerfile",
"metadata": {
"images": ["ghcr.io/element-hq/element-web/desktop-build-env"],
"tags": ["type=ref,event=branch"]