1
0
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:
actions-user 2023-03-20 19:07:44 +00:00
parent c47315fead
commit 21b594d009

14
www/docs/static/schema.json generated vendored
View File

@ -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"
},