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 5bef350 commit 2397883Copy full SHA for 2397883
.github/workflows/build.yml
@@ -113,6 +113,8 @@ jobs:
113
type=sha
114
type=semver,pattern={{version}}
115
type=semver,pattern={{major}}.{{minor}}
116
+ type=semver,pattern=v{{version}}
117
+ type=semver,pattern=v{{major}}.{{minor}}
118
type=raw,value=latest,enable={{is_default_branch}}
119
120
- name: Build and push Docker image
0 commit comments