18 lines
363 B
YAML
18 lines
363 B
YAML
steps:
|
|
build:
|
|
image: git.balsys.eu.org/tomas/mkosi
|
|
privileged: true
|
|
secrets: [signing-key]
|
|
commands:
|
|
- env
|
|
|
|
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
|