Add pattern matching info to README.rst

This commit is contained in:
Viktor Shlapakov 2016-10-04 12:23:40 +03:00
parent cd4121cb59
commit 7e8feb3904
1 changed files with 6 additions and 0 deletions

View File

@ -84,7 +84,13 @@ being removed.
Path to a file which contains a list of images to exclude, one
image tag per line.
You also can use basic pattern matching to exclude images with generic tags.
.. code::
user/repositoryA:*
user/repositoryB:?.?
user/repositoryC-*:tag
dcstop
------