updated release updates
All checks were successful
ci/woodpecker/push/dev Pipeline was successful
ci/woodpecker/push/release Pipeline was successful

This commit is contained in:
Samuel Philipp 2022-01-15 03:48:54 +01:00
parent 6203c18954
commit ccba123dd6
2 changed files with 13 additions and 0 deletions

View file

@ -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

View file

@ -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"
}
]
}