Skip to content

Commit b45b397

Browse files
committed
disable docker login as workaround to docker ratelimiting
1 parent ce27bf7 commit b45b397

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v3
2424

25-
- name: Login to Docker Hub
26-
uses: docker/login-action@v3
27-
with:
28-
username: ${{ secrets.DOCKERHUB_READ_USER }}
29-
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
25+
# - name: Login to Docker Hub
26+
# uses: docker/login-action@v3
27+
# with:
28+
# username: ${{ secrets.DOCKERHUB_READ_USER }}
29+
# password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
3030

3131
- name: Read Java Version
3232
shell: bash

0 commit comments

Comments
 (0)