This commit is contained in:
+2
-1
@@ -5,8 +5,9 @@ steps:
|
|||||||
secrets: [ signing_key ]
|
secrets: [ signing_key ]
|
||||||
commands:
|
commands:
|
||||||
- echo "$SIGNING_KEY" | gpg --import
|
- echo "$SIGNING_KEY" | gpg --import
|
||||||
- gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust
|
- gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust
|
||||||
- mkosi build
|
- mkosi build
|
||||||
|
- ls -l
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
|||||||
Reference in New Issue
Block a user