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:
|
||||
- ${BRANCH}
|
||||
|
||||
branches:
|
||||
- main
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
matrix:
|
||||
BRANCH:
|
||||
|
|
|
@ -16,10 +16,6 @@ pipeline:
|
|||
tags:
|
||||
- ${VERSION}
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
|
@ -35,13 +31,11 @@ pipeline:
|
|||
tags:
|
||||
- ${VERSION}
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
branches:
|
||||
- main
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
matrix:
|
||||
VERSION:
|
||||
|
|
Reference in a new issue