Skip to content

Commit

Permalink
Update crazy-max/ghaction-import-gpg action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ccremer committed Nov 17, 2020
1 parent ca67410 commit fddf46c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v1
env:
GPG_PRIVATE_KEY: ${{ secrets.SIGNING_KEY }}
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.SIGNING_KEY }}
- name: Login to Docker hub
run: docker login -u ${{ secrets.DOCKER_HUB_USER }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
- uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit fddf46c

Please sign in to comment.