Skip to content

Commit

Permalink
disable docker login as workaround to docker ratelimiting
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Nov 12, 2024
1 parent ce27bf7 commit b45b397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_READ_USER }}
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_READ_USER }}
# password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: Read Java Version
shell: bash
Expand Down

0 comments on commit b45b397

Please sign in to comment.