mirror of
https://github.com/docker/metadata-action.git
synced 2025-06-23 11:17:58 +02:00
Only return edge if branch matches
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@ -544,11 +544,11 @@ Extended attributes and default values:
|
||||
```yaml
|
||||
tags: |
|
||||
# branch event
|
||||
type=ref,enable=true,priority=600,prefix=,suffix=,event=
|
||||
type=ref,enable=true,priority=600,prefix=,suffix=,event=branch
|
||||
# tag event
|
||||
type=ref,enable=true,priority=600,prefix=,suffix=,event=
|
||||
type=ref,enable=true,priority=600,prefix=,suffix=,event=tag
|
||||
# pull request event
|
||||
type=ref,enable=true,priority=600,prefix=pr-,suffix=,event=
|
||||
type=ref,enable=true,priority=600,prefix=pr-,suffix=,event=pr
|
||||
```
|
||||
|
||||
### `type=raw`
|
||||
|
Reference in New Issue
Block a user