mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-with-docker.yml
This commit is contained in:
2
.github/workflows/build-with-docker.yml
vendored
2
.github/workflows/build-with-docker.yml
vendored
@@ -259,7 +259,7 @@ jobs:
|
||||
|
||||
sudo chown -R $USER.$USER output/images/$BOARD 2> /dev/null || true
|
||||
sudo chmod 644 output/images/$BOARD/*/*.xz 2> /dev/null || true
|
||||
echo ${{ secrets.GPG_PASSPHRASE1 }} | gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes output/images/$BOARD/$DEPLOYFOLDER/*.img.xz
|
||||
echo ${{ secrets.GPG_PASSPHRASE1 }} | gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes output/images/$BOARD/$MAKE_FOLDERS/*.img.xz
|
||||
|
||||
- name: Install SSH key for storage
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
||||
Reference in New Issue
Block a user