Skip to content

Commit

Permalink
docs: add README pep440 anchor to list of types
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Travis <JasonTravis@nau.edu>
  • Loading branch information
Jason Travis authored and Jason Travis committed Oct 3, 2021
1 parent 09dffb9 commit 48b55c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,18 +309,19 @@ 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
```

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)
Expand Down

0 comments on commit 48b55c1

Please sign in to comment.