From 59f7afbe0ce2af41a21da36514b6084866bed30d Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Thu, 13 Mar 2025 14:10:26 -0400 Subject: [PATCH] Added extra note about `type=edge` and the `branch` way of matching I was using `release/*` mistakenly but this cannot work. Signed-off-by: Matthieu Vachon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d20aa8..7c43fe7 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,8 @@ tags: | type=edge,enable=true,priority=700,prefix=,suffix=,branch=$repo.default_branch ``` +The `branch` attribute is matched using strict equality, e.g. it doesn't support regular expression nor glob pattern when matching. + ### `type=ref` ```yaml