mirror of
https://github.com/docker/metadata-action.git
synced 2024-11-22 12:05:41 +01:00
Merge pull request #136 from corburn/corburn-patch-1
docs: add README pep440 anchor to list of types
This commit is contained in:
commit
a287d15e54
@ -309,11 +309,11 @@ the form of a key-value pair list in CSV format to remove limitations intrinsica
|
||||
```yaml
|
||||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=sha
|
||||
```
|
||||
|
||||
@ -321,6 +321,7 @@ Each entry is defined by a `type`, which are:
|
||||
|
||||
* [`type=schedule`](#typeschedule)
|
||||
* [`type=semver`](#typesemver)
|
||||
* [`type=pep440`](#typepep440)
|
||||
* [`type=match`](#typematch)
|
||||
* [`type=edge`](#typeedge)
|
||||
* [`type=ref`](#typeref)
|
||||
|
Loading…
Reference in New Issue
Block a user