X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-container-schema.yaml;h=e3b73583e6f5ffefb285f71cf014ae8bd51c088c;hb=c05d9ff33aae7ac0797c6a7fe462a1aa59629766;hp=f12c8ee0e233e4ed47c4d7bf8d47611f087b9fc0;hpb=af225d7d31eaf9265277ff29b6e6931c5daaa5ca;p=releng%2Fglobal-jjb.git diff --git a/schema/release-container-schema.yaml b/schema/release-container-schema.yaml index f12c8ee0..e3b73583 100644 --- a/schema/release-container-schema.yaml +++ b/schema/release-container-schema.yaml @@ -15,7 +15,7 @@ required: - "containers" - "distribution_type" - "project" - - "version" + - "container_release_tag" - "ref" properties: @@ -31,7 +31,11 @@ properties: type: "string" project: type: "string" - version: + container_release_tag: + type: "string" + container_pull_registry: + type: "string" + container_push_registry: type: "string" ref: type: "string"