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:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: git.balsys.eu.org/tomas/mkosi
|
image: git.balsys.eu.org/tomas/mkosi
|
||||||
privileged: true
|
privileged: true
|
||||||
|
secrets: [signing-key]
|
||||||
commands:
|
commands:
|
||||||
- env
|
- env
|
||||||
|
|
||||||
|
|
@ -12,6 +10,8 @@ steps:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: ${CI_FORGE_URL}
|
base_url: ${CI_FORGE_URL}
|
||||||
files: [ "*.xz", "*.SHA256SUMS" ]
|
files: [ "*.xz", "*.SHA256SUMS", "*.gpg" ]
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: release_token
|
from_secret: release_token
|
||||||
|
when:
|
||||||
|
- event: tag
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue