File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v4
3232 with :
3333 fetch-depth : 1
34+ - name : Login to Docker Hub
35+ uses : docker/login-action@v3
36+ with :
37+ username : ${{ secrets.DOCKERHUB_USERNAME }}
38+ password : ${{ secrets.DOCKERHUB_TOKEN }}
3439 - name : Set up JDK
35403641 with :
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 1
36+ - name : Login to Docker Hub
37+ uses : docker/login-action@v3
38+ with :
39+ username : ${{ secrets.DOCKERHUB_USERNAME }}
40+ password : ${{ secrets.DOCKERHUB_TOKEN }}
3641 - name : Set up JDK
37423843 with :
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 1
36+ - name : Login to Docker Hub
37+ uses : docker/login-action@v3
38+ with :
39+ username : ${{ secrets.DOCKERHUB_USERNAME }}
40+ password : ${{ secrets.DOCKERHUB_TOKEN }}
3641 - name : Set up JDK
37423843 with :
You can’t perform that action at this time.
0 commit comments