Skip to content

Commit

Permalink
removed login part
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Oct 31, 2023
1 parent 09b010a commit ebce82a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebce82a

Please sign in to comment.