|
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|
|
|
|
# Only tag with latest when ran against the latest stable branch |
|
|
|
|
# This needs to be updated after each minor version release |
|
|
|
|
flavor: | |
|
|
|
|
latest=${{ startsWith(github.ref, 'refs/tags/v4.2.') }} |
|
|
|
|
latest=false |
|
|
|
|
tags: | |
|
|
|
|
type=pep440,pattern={{raw}} |
|
|
|
|
type=pep440,pattern=v{{major}}.{{minor}} |
|
|
|
|
|