13
0
Fork 0
mirror of https://github.com/docker/metadata-action.git synced 2026-06-28 14:50:44 +00:00
This commit is contained in:
Matthieu Vachon 2026-06-12 20:02:30 +00:00 committed by GitHub
commit a4ce885a34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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