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