This commit is contained in:
+4
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user