diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39f6e17c..80fdde2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: - registry: ${{ secrets.DOCKERHUB_REGISTRY }} + registry: docker.io username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Go releaser publish