From c4b9c4de3fa0909c9090ffb0019739c659ba1739 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 8 Dec 2023 20:46:33 +0000 Subject: [PATCH] Remove docker hub from release process --- .github/workflows/build-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2dd4e1b..49f2cc8 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -21,11 +21,6 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Login to DockerHub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_HUB_USER }} - password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: