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 35567c3 commit 3f62483Copy full SHA for 3f62483
.github/workflows/docker-publish.yml
@@ -76,7 +76,6 @@ jobs:
76
type=semver,pattern={{major}}
77
type=sha
78
type=edge
79
- type=pep440
80
# Custom rule to prevent pre-releases from getting latest tag
81
type=raw,value=latest,enable=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }}
82
0 commit comments