Add .woodpecker.yml

This commit is contained in:
Tomas Balsys 2023-12-12 01:57:24 +02:00
commit 0ed8596c0e
1 changed files with 16 additions and 0 deletions

16
.woodpecker.yml Normal file
View File

@ -0,0 +1,16 @@
when:
- event: tag
steps:
build:
image: git.balsys.eu.org/tomas/mkosi
privileged: true
commands:
- mkosi build
publish:
image: woodpeckerci/plugin-gitea-release
settings:
files: [ "*.xz", "*.SHA256SUMS" ]
api_key:
from_secret: release_token