diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cd18ff9..c891f1b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,13 +69,6 @@ jobs: with: go-version: "1.18.4" - - name: Login to GitHub Container Registry - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Run e2e id: e2e run: |