chore: fix cd
Some checks failed
CI.yml / build (push) Successful in 2m18s
CD - BanForge Release / release (push) Failing after 1m39s

This commit is contained in:
d3m0k1d
2026-01-16 01:10:26 +03:00
parent 28d1410d62
commit bd73ba24e8

View File

@@ -15,6 +15,12 @@ jobs:
steps: steps:
- name: Install Gpg - name: Install Gpg
run: apt-get update && apt-get install -y gnupg curl run: apt-get update && apt-get install -y gnupg curl
- name: Import GPG key
if: secrets.GPG_PRIVATE_KEY != null
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
echo "${{ secrets.GPG_FINGERPRINT }}" | gpg --import-ownertrust
- name: Install syft - name: Install syft
run: curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin run: curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin
- name: Checkout - name: Checkout