From 7e8feb390492c62d624754e7dc869c6276948ec6 Mon Sep 17 00:00:00 2001 From: Viktor Shlapakov Date: Tue, 4 Oct 2016 12:23:40 +0300 Subject: [PATCH] Add pattern matching info to README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index d20e6b7..c0ad43a 100644 --- a/README.rst +++ b/README.rst @@ -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 ------