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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user