Fixed documentation to have valid JSON for image_filter (#10122)
This commit is contained in:
parent
b24911661f
commit
4f5e878a17
|
@ -58,10 +58,11 @@ builder.
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"image_filter": {
|
"image_filter": {
|
||||||
"with_selector": [
|
"with_selector": [
|
||||||
"name==my-image"
|
"name==my-image"
|
||||||
],
|
],
|
||||||
"most_recent": true
|
"most_recent": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue