diff --git a/tibuild/docs/docs.go b/tibuild/docs/docs.go index 82c66c3..bd2f60f 100644 --- a/tibuild/docs/docs.go +++ b/tibuild/docs/docs.go @@ -485,7 +485,7 @@ const docTemplate = `{ "productDockerfile": { "type": "string" }, - "targetImage": { + "targetImg": { "type": "string" }, "version": { diff --git a/tibuild/docs/swagger.json b/tibuild/docs/swagger.json index a188086..051014f 100644 --- a/tibuild/docs/swagger.json +++ b/tibuild/docs/swagger.json @@ -473,7 +473,7 @@ "productDockerfile": { "type": "string" }, - "targetImage": { + "targetImg": { "type": "string" }, "version": { diff --git a/tibuild/docs/swagger.yaml b/tibuild/docs/swagger.yaml index 1ec5fae..a7242ff 100644 --- a/tibuild/docs/swagger.yaml +++ b/tibuild/docs/swagger.yaml @@ -110,7 +110,7 @@ definitions: type: string productDockerfile: type: string - targetImage: + targetImg: type: string version: type: string