Skip to content

Commit

Permalink
Fix gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
glrf committed Nov 18, 2022
1 parent 9d61350 commit de7e75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Import GPG signing key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg-private-key: ${{ secrets.SIGNING_KEY }}
gpg_private_key: ${{ secrets.SIGNING_KEY }}
- name: Login to Quay.io
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit de7e75a

Please sign in to comment.