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 - main
- release/** - release/**
pipeline: steps:
deps: deps:
image: alpine:3.18.5 image: alpine:3.18.5
pull: true pull: true

View file

@ -4,11 +4,10 @@ depends_on:
- lint - lint
when: when:
event: event: tag
- tag ref: refs/tags/v*
tag: v*
pipeline: steps:
generate-chart: generate-chart:
image: alpine:3.18.5 image: alpine:3.18.5
pull: true pull: true