chore: disable GPG handling for now
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -36,16 +36,8 @@ jobs:
|
|||||||
password="${{ secrets.DOCKERHUB_PASSWORD }}"
|
password="${{ secrets.DOCKERHUB_PASSWORD }}"
|
||||||
echo "$password" | docker login --username "$username" --password-stdin
|
echo "$password" | docker login --username "$username" --password-stdin
|
||||||
|
|
||||||
- name: Load GPG private key
|
|
||||||
run: |
|
|
||||||
echo "${{ secrets.GPG_PRIVATE_KEY" }} | gpg --import
|
|
||||||
|
|
||||||
- uses: goreleaser/goreleaser-action@v2
|
- uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
args: release --rm-dist ${{ steps.release-notes.outputs.ARGS }}
|
args: release --rm-dist ${{ steps.release-notes.outputs.ARGS }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Clear ~/.gnupg
|
|
||||||
run: |
|
|
||||||
rm -rf ~/.gnupg
|
|
||||||
|
|||||||
Reference in New Issue
Block a user