Update build-with-docker.yml

This commit is contained in:
Igor Pečovnik
2021-12-27 23:41:30 +01:00
committed by GitHub
parent b66919e755
commit 1842ed2aae

View File

@@ -220,7 +220,7 @@ jobs:
DESKTOP_APPGROUPS_SELECTED="$DESKTOP_APPGROUPS_SELECTED" \
EXPERT="yes"
echo ${{ secrets.GPG_PASSPHRASE1 }} | gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes output/images/*.img.xz
echo ${{ secrets.GPG_PASSPHRASE1 }} | gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes output/images/$BOARD/nightly/*.img.xz
- name: Install SSH key for storage
uses: shimataro/ssh-key-action@v2