diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ff6ea28d..0971ec21 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -86,11 +86,6 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Build frontend run: make build-frontend - - name: Login to Docker Hub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: