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 d6abf51 commit 94579b0Copy full SHA for 94579b0
.github/workflows/ci.yml
@@ -33,11 +33,6 @@ jobs:
33
- uses: actions/checkout@v4
34
with:
35
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 }}
41
- name: Set up JDK
42
uses: actions/[email protected]
43
@@ -48,6 +43,11 @@ jobs:
48
- name: Install Docker on macOS
49
44
if: matrix.os == 'macos-13'
50
45
uses: douglascamata/[email protected]
46
+ - name: Login to Docker Hub
47
+ uses: docker/login-action@v3
+ with:
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
51
- name: clean build
52
run: ./gradlew clean build --info --stacktrace
53
- name: Upload Test Results
0 commit comments