diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index 8657207ab8..f8eff37082 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -64,12 +64,6 @@ jobs: uses: s4u/maven-settings-action@v2 with: githubServer: false - - name: ghcr login - uses: redhat-actions/podman-login@v1 - with: - registry: ghcr.io/${{ github.repository_owner }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - uses: skjolber/maven-cache-github-action@v1 with: step: restore