We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce27bf7 commit b45b397Copy full SHA for b45b397
.github/workflows/pr-build.yml
@@ -22,11 +22,11 @@ jobs:
22
- name: Set up Docker Buildx
23
uses: docker/setup-buildx-action@v3
24
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 }}
+ # - name: Login to Docker Hub
+ # uses: docker/login-action@v3
+ # with:
+ # username: ${{ secrets.DOCKERHUB_READ_USER }}
+ # password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
30
31
- name: Read Java Version
32
shell: bash
0 commit comments