diff --git a/.woodpecker.yml b/.woodpecker.yml index 41a5c93..678be56 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,8 @@ steps: secrets: [ signing_key ] commands: - 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: image: woodpeckerci/plugin-gitea-release