This commit is contained in:
Matthieu Vachon 2025-11-27 12:54:40 +00:00 committed by GitHub
commit 33aa9b5bab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -645,6 +645,8 @@ tags: |
type=edge,enable=true,priority=700,prefix=,suffix=,branch=$repo.default_branch 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` ### `type=ref`
```yaml ```yaml