Skip to content

Commit

Permalink
Merge pull request #136 from corburn/corburn-patch-1
Browse files Browse the repository at this point in the history
docs: add README pep440 anchor to list of types
  • Loading branch information
crazy-max authored Oct 4, 2021
2 parents 7e983ea + 48b55c1 commit a287d15
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 a287d15

Please sign in to comment.