ci: migrate woodpecker
This commit is contained in:
parent
ce4352b9bc
commit
6b1963124d
2 changed files with 4 additions and 5 deletions
|
@ -9,7 +9,7 @@ when:
|
|||
- main
|
||||
- release/**
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
deps:
|
||||
image: alpine:3.18.5
|
||||
pull: true
|
||||
|
|
|
@ -4,11 +4,10 @@ depends_on:
|
|||
- lint
|
||||
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
tag: v*
|
||||
event: tag
|
||||
ref: refs/tags/v*
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
generate-chart:
|
||||
image: alpine:3.18.5
|
||||
pull: true
|
||||
|
|
Loading…
Reference in a new issue