updated woodpecker
This commit is contained in:
parent
cf02acbaad
commit
4044208105
2 changed files with 8 additions and 12 deletions
|
@ -32,8 +32,10 @@ pipeline:
|
||||||
tags:
|
tags:
|
||||||
- ${BRANCH}
|
- ${BRANCH}
|
||||||
|
|
||||||
branches:
|
when:
|
||||||
- main
|
branch: main
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BRANCH:
|
BRANCH:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue