Skip to content

Commit

Permalink
Merge pull request #61 from appuio/renovate/crazy-max-ghaction-import…
Browse files Browse the repository at this point in the history
…-gpg-4.x

Update crazy-max/ghaction-import-gpg action to v4
  • Loading branch information
TheBigLee authored Nov 3, 2021
2 parents dae230d + 0406da7 commit 84a8969
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 @@ -24,9 +24,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@v4
with:
gpg-private-key: ${{ secrets.SIGNING_KEY }}
gpg_private_key: ${{ secrets.SIGNING_KEY }}
- name: Login to Docker hub
run: docker login -u "${{ secrets.DOCKER_HUB_USER }}" -p "${{ secrets.DOCKER_HUB_PASSWORD }}"
- name: Login to quay.io
Expand Down

0 comments on commit 84a8969

Please sign in to comment.