Merge pull request #12738 from pdostal/podman_search

[CI:DOCS] Fix wrong 'podman search --format' placeholder
This commit is contained in:
OpenShift Merge Robot 2022-01-04 17:36:07 +01:00 committed by GitHub
commit e6cbfae912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ Valid placeholders for the Go template are listed below:
| --------------- | ---------------------------- |
| .Index | Registry |
| .Name | Image name |
| .Descriptions | Image description |
| .Description | Image description |
| .Stars | Star count of image |
| .Official | "[OK]" if image is official |
| .Automated | "[OK]" if image is automated |