mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
chore: docs auto-update
This commit is contained in:
parent
c47315fead
commit
21b594d009
14
www/docs/static/schema.json
generated
vendored
14
www/docs/static/schema.json
generated
vendored
@ -1276,6 +1276,14 @@
|
||||
"base_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"repository": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -1291,6 +1299,12 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"creation_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"ko_data_creation_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"sbom": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user