updated woodpecker
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-16 12:13:52 +01:00
parent cf02acbaad
commit 4044208105
2 changed files with 8 additions and 12 deletions

View file

@ -32,8 +32,10 @@ pipeline:
tags: tags:
- ${BRANCH} - ${BRANCH}
branches: when:
- main branch: main
event:
- push
matrix: matrix:
BRANCH: BRANCH:

View file

@ -16,10 +16,6 @@ pipeline:
tags: tags:
- ${VERSION} - ${VERSION}
- latest - latest
when:
branch: main
event:
- push
cr: cr:
image: plugins/docker image: plugins/docker
secrets: secrets:
@ -35,14 +31,12 @@ pipeline:
tags: tags:
- ${VERSION} - ${VERSION}
- latest - latest
when:
when:
branch: main branch: main
event: event:
- push - push
branches:
- main
matrix: matrix:
VERSION: VERSION:
- v0.11.1 - v0.11.1