Skip to content

Commit d878715

Browse files
authored
fix(sage-monorepo): try again semver in the release workflow (#2877)
1 parent 4267e0e commit d878715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/openchallenges/apex/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ci": {
3333
"metadata": {
3434
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
35-
"tags": ["type=raw,value=${VERSION}", "type=sha"]
35+
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"]
3636
}
3737
}
3838
},

0 commit comments

Comments
 (0)