We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369fb87 commit cc0e4beCopy full SHA for cc0e4be
.github/workflows/docker.yml
@@ -33,6 +33,7 @@ jobs:
33
${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPO }}
34
tags: |
35
type=ref,event=branch
36
+ type=semver,pattern={{version}}
37
type=pep440,pattern={{version}}
38
type=pep440,pattern={{major}}.{{minor}}.{{patch}}
39
type=pep440,pattern={{major}}.{{minor}}
0 commit comments