updated renovate.json
ci/woodpecker/push/release Pipeline is pending Details
ci/woodpecker/push/dev Pipeline failed Details

run only in main branch
This commit is contained in:
Samuel Philipp 2022-01-16 11:59:13 +01:00
parent 1aaf802d85
commit cf02acbaad
3 changed files with 7 additions and 11 deletions

View File

@ -17,10 +17,6 @@ pipeline:
dockerfile: pixelfed/contrib/docker/Dockerfile.apache
tags:
- ${BRANCH}
when:
branch: main
event:
- push
cr:
image: plugins/docker
secrets:
@ -35,10 +31,9 @@ pipeline:
dockerfile: pixelfed/contrib/docker/Dockerfile.apache
tags:
- ${BRANCH}
when:
branch: main
event:
- push
branches:
- main
matrix:
BRANCH:

View File

@ -15,7 +15,6 @@ pipeline:
dockerfile: contrib/docker/Dockerfile.apache
tags:
- ${VERSION}
- release
- latest
when:
branch: main
@ -35,13 +34,15 @@ pipeline:
dockerfile: contrib/docker/Dockerfile.apache
tags:
- ${VERSION}
- release
- latest
when:
branch: main
event:
- push
branches:
- main
matrix:
VERSION:
- v0.11.1

View File

@ -13,7 +13,7 @@
"^\\.ref$"
],
"matchStrings": [
"^(?<currentValue>)(?<currentDigest>.+)$"
"(?<currentValue>)(?<currentDigest>.+)"
],
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
"versioningTemplate": "git",