3
0
Fork 0
mirror of https://gitea.com/docker/metadata-action.git synced 2024-11-22 12:09:32 +01:00

Fine tune default branch example

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Felipe Santos 2022-02-16 14:03:15 -03:00 committed by GitHub
parent 2cad85de24
commit 535a299de5

View file

@ -610,7 +610,7 @@ is not `master`, use `type=raw` with a boolean expression:
```yaml ```yaml
tags: | tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
``` ```
### Global expressions ### Global expressions