updated release updates
This commit is contained in:
parent
6203c18954
commit
ccba123dd6
2 changed files with 13 additions and 0 deletions
|
@ -15,6 +15,7 @@ pipeline:
|
|||
dockerfile: contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${VERSION}
|
||||
- release
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
|
@ -34,6 +35,7 @@ pipeline:
|
|||
dockerfile: contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${VERSION}
|
||||
- release
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
|
|
|
@ -18,6 +18,17 @@
|
|||
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
|
||||
"versioningTemplate": "git",
|
||||
"datasourceTemplate": "git-refs"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
".woodpecker/.release.yml"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+matrix:\\s+VERSION:[-\\s]+(?<currentValue>.*?)\\s+"
|
||||
],
|
||||
"versioningTemplate": "loose",
|
||||
"depNameTemplate": "pixelfed/pixelfed",
|
||||
"datasourceTemplate": "github-releases"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue