mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: update schema
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
55154b9aea
commit
1b86abcfc6
33
www/docs/static/schema-pro.json
generated
vendored
33
www/docs/static/schema-pro.json
generated
vendored
@ -291,6 +291,16 @@
|
||||
"$ref": "#/$defs/ExtraFile"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"disable": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -1405,6 +1415,14 @@
|
||||
"base_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"repository": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -1420,6 +1438,12 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"creation_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"ko_data_creation_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"sbom": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -2635,6 +2659,15 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"shortcuts": {
|
||||
"items": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goamd64": {
|
||||
"type": "string"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user