This commit is contained in:
Christof Marti 2021-06-22 08:45:18 +02:00
parent a4af16ee04
commit cd191c292b
2 changed files with 30 additions and 0 deletions

View file

@ -31,6 +31,16 @@
]
},
"description": "Build arguments."
},
"cacheFrom": {
"type": [
"string",
"array"
],
"description": "The image to consider as a cache. Use an array to specify multiple images.",
"items": {
"type": "string"
}
}
},
"required": [
@ -415,6 +425,16 @@
]
},
"description": "Build arguments."
},
"cacheFrom": {
"type": [
"string",
"array"
],
"description": "The image to consider as a cache. Use an array to specify multiple images.",
"items": {
"type": "string"
}
}
},
"additionalProperties": false

View file

@ -436,6 +436,16 @@
]
},
"description": "Build arguments."
},
"cacheFrom": {
"type": [
"string",
"array"
],
"description": "The image to consider as a cache. Use an array to specify multiple images.",
"items": {
"type": "string"
}
}
}
},