File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717
18- - name : Login to Docker Hub
19- uses : docker/login-action@v2
20- with :
21- username : ${{ secrets.DOCKERHUB_READ_USER }}
22- password : ${{ secrets.DOCKERHUB_READ_TOKEN }}
23-
2418 - name : push docker image
2519 uses : hypertrace/github-actions/gradle@main
2620 with :
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121
22- - name : Login to Docker Hub
23- uses : docker/login-action@v1
24- with :
25- username : ${{ secrets.DOCKERHUB_READ_USER }}
26- password : ${{ secrets.DOCKERHUB_READ_TOKEN }}
27-
2822 - name : Build with Gradle
2923 uses : hypertrace/github-actions/gradle@main
3024 with :
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818
19- - name : Login to Docker Hub
20- uses : docker/login-action@v2
21- with :
22- username : ${{ secrets.DOCKERHUB_READ_USER }}
23- password : ${{ secrets.DOCKERHUB_READ_TOKEN }}
24-
2519 - name : publish docker image
2620 uses : hypertrace/github-actions/gradle@main
2721 with :
You can’t perform that action at this time.
0 commit comments