X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-container-schema.yaml;h=024ee4e6fc2d13e7bed9bacbb6049b5a4c3e22de;hb=c8b9acd166fcbd88139a65f7721e522980a0e013;hp=dccd7b3962dad7a568518c0d1bc2180cd05082fd;hpb=758df937f1010be8cc13fbeff0e727e2696ebeb6;p=releng%2Fglobal-jjb.git diff --git a/schema/release-container-schema.yaml b/schema/release-container-schema.yaml index dccd7b39..024ee4e6 100644 --- a/schema/release-container-schema.yaml +++ b/schema/release-container-schema.yaml @@ -27,11 +27,19 @@ properties: version: type: "string" additionalProperties: false + container_release_tag: + type: "string" + container_pull_registry: + type: "string" + container_push_registry: + type: "string" distribution_type: type: "string" - project: + git_tag: type: "string" - container_release_tag: + project: type: "string" ref: type: "string" + tag_release: + type: "boolean"