docs: add README pep440 anchor to list of types

Signed-off-by: Jason Travis <JasonTravis@nau.edu>
This commit is contained in:
Jason Travis 2021-10-03 08:30:52 -07:00
parent 09dffb9c1c
commit 48b55c14a8
No known key found for this signature in database
GPG Key ID: 2B11D9273ACDA6E6

View File

@ -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)