We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
semver
1 parent 4267e0e commit d878715Copy full SHA for d878715
apps/openchallenges/apex/project.json
@@ -32,7 +32,7 @@
32
"ci": {
33
"metadata": {
34
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
35
- "tags": ["type=raw,value=${VERSION}", "type=sha"]
+ "tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"]
36
}
37
38
},
0 commit comments