ci, fix: missing gpg-agent
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-22 22:02:01 +02:00
parent 47938c7147
commit b549d891ed
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ test-backend:
appimage-signed:
FROM alpine
RUN apk add gpg
RUN apk add gpg gpg-agent
RUN --secret GPG_SIGN_KEY echo "$GPG_SIGN_KEY" | gpg --import
COPY +appimage/* .
RUN gpg --clear-sign *.AppImage