Files
2025-11-29 17:58:35 +08:00

18 lines
410 B
JSON

{
"$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"
}