We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c951ce commit b29939cCopy full SHA for b29939c
.github/workflows/docker-publish.yml
@@ -76,7 +76,6 @@ jobs:
76
type=semver,pattern={{major}}
77
type=sha
78
type=edge
79
- type=match
80
type=pep440
81
# Custom rule to prevent pre-releases from getting latest tag
82
type=raw,value=latest,enable=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }}
0 commit comments