From ebce82acea87307c85eb081e13b8f06425d39bae Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 31 Oct 2023 10:52:22 -0400 Subject: [PATCH] removed login part --- .github/workflows/ci-build-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index a0b20983d0..ee0d28f432 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -64,12 +64,15 @@ jobs: uses: s4u/maven-settings-action@v2 with: githubServer: false +<<<<<<< HEAD - name: ghcr login uses: redhat-actions/podman-login@v1 with: registry: ghcr.io/${{ github.repository_owner }} username: ${{ github.event.comment.user.login }} password: ${{ secrets.GITHUB_TOKEN }} +======= +>>>>>>> 0a3f003f (removed login part) - uses: skjolber/maven-cache-github-action@v1 with: step: restore