Fixed documentation to have valid JSON for image_filter (#10122)

pull/10128/head
Jeroen Ketelaar 6 years ago committed by GitHub
parent b24911661f
commit 4f5e878a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,10 +58,11 @@ builder.
```json
{
"image_filter": {
"with_selector": [
"name==my-image"
],
"most_recent": true
"with_selector": [
"name==my-image"
],
"most_recent": true
}
}
```

Loading…
Cancel
Save