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

This commit is contained in:
Jeroen Ketelaar 2020-10-19 11:05:58 +02:00 committed by GitHub
parent b24911661f
commit 4f5e878a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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
}
} }
``` ```