2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-09-16 17:56:56 +00:00
This commit is contained in:
Matthieu Vachon 2025-08-01 09:40:38 -04:00 committed by GitHub
commit f4b5b2c2fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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