{ "$schema-version": "0.0.1", "description": "{{ModuleDescription}}", "image": { "repository": "{{CONTAINER_REGISTRY}}/{{modulename}}", "tag": { "version": "0.0.${BUILD_BUILDID}", "platforms": { "amd64": "./Dockerfile.amd64", "amd64.debug": "./Dockerfile.amd64.debug" } }, "buildOptions": [], "contextPath": "../../../" }, "language": "csharp" }