Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Tomas Balsys 2023-12-12 03:56:14 +02:00
parent fc65461395
commit 984854da06
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ steps:
secrets: [ signing_key ] secrets: [ signing_key ]
commands: commands:
- echo "$SIGNING_KEY" | gpg --import - echo "$SIGNING_KEY" | gpg --import
- gpg --list-keys - gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust
- mkosi build
publish: publish:
image: woodpeckerci/plugin-gitea-release image: woodpeckerci/plugin-gitea-release