ci: migrate woodpecker

This commit is contained in:
Michael Kriese 2023-12-06 12:19:18 +01:00
parent ce4352b9bc
commit 6b1963124d
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 4 additions and 5 deletions

View file

@ -9,7 +9,7 @@ when:
- main
- release/**
pipeline:
steps:
deps:
image: alpine:3.18.5
pull: true

View file

@ -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