Skip to content

Commit 94579b0

Browse files
committed
Authenticate to Docker Hub
1 parent d6abf51 commit 94579b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
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 }}
4136
- name: Set up JDK
4237
uses: actions/[email protected]
4338
with:
@@ -48,6 +43,11 @@ jobs:
4843
- name: Install Docker on macOS
4944
if: matrix.os == 'macos-13'
5045
uses: douglascamata/[email protected]
46+
- name: Login to Docker Hub
47+
uses: docker/login-action@v3
48+
with:
49+
username: ${{ secrets.DOCKERHUB_USERNAME }}
50+
password: ${{ secrets.DOCKERHUB_TOKEN }}
5151
- name: clean build
5252
run: ./gradlew clean build --info --stacktrace
5353
- name: Upload Test Results

0 commit comments

Comments
 (0)