Compare commits

...

2 Commits

Author SHA1 Message Date
Matthieu Vachon
d233f6ff0f
Merge 59f7afbe0c into 8d8c7c12f7 2025-11-05 10:17:28 -05:00
Matthieu Vachon
59f7afbe0c
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 <matthieu.o.vachon@gmail.com>
2025-03-13 14:10:26 -04:00

View File

@ -645,6 +645,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