Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
79379b8749
commit
86d7cbd6ce
|
|
@ -1,10 +1,8 @@
|
|||
when:
|
||||
- event: tag
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: git.balsys.eu.org/tomas/mkosi
|
||||
privileged: true
|
||||
secrets: [signing-key]
|
||||
commands:
|
||||
- env
|
||||
|
||||
|
|
@ -12,6 +10,8 @@ steps:
|
|||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: ${CI_FORGE_URL}
|
||||
files: [ "*.xz", "*.SHA256SUMS" ]
|
||||
files: [ "*.xz", "*.SHA256SUMS", "*.gpg" ]
|
||||
api_key:
|
||||
from_secret: release_token
|
||||
when:
|
||||
- event: tag
|
||||
|
|
|
|||
Loading…
Reference in New Issue