nspawn-ubuntu/.woodpecker.yml

18 lines
379 B
YAML

steps:
build:
image: git.balsys.eu.org/tomas/mkosi
privileged: true
secrets: [ signing_key ]
commands:
- echo $SIGNING_KEY
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: ${CI_FORGE_URL}
files: [ "*.xz", "*.SHA256SUMS", "*.gpg" ]
api_key:
from_secret: release_token
when:
- event: tag