ci: use detached signature for appimages
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/selector-improvements
Tomáš Mládek 2023-11-11 21:45:26 +01:00
parent 15072f61c6
commit f889e029ec
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ appimage-signed:
RUN apk add gpg gpg-agent
RUN --secret GPG_SIGN_KEY echo "$GPG_SIGN_KEY" | gpg --import
COPY +appimage/*.AppImage .
RUN gpg --clear-sign *.AppImage
RUN gpg --detach-sign --sign --armor *.AppImage
SAVE ARTIFACT *.AppImage
SAVE ARTIFACT *.asc