Skip to content

Commit 624792b

Browse files
Update JDK 25 - build kotlin-service, build quarkus-service
1 parent 1cb84bd commit 624792b

7 files changed

+28
-0
lines changed

.github/workflows/docker-build-push-image-admin-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
"id": "github",
5757
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
5858
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
59+
},{
60+
"id": "github-sba",
61+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
62+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
5963
}]
6064
6165
# Build Docker image using docker:build

.github/workflows/docker-build-push-image-authentication-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
"id": "github",
7575
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
7676
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
77+
},{
78+
"id": "github-sba",
79+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
80+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
7781
}]
7882
7983
# Build Docker image using docker:build

.github/workflows/docker-build-push-image-edge-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
"id": "github",
5757
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
5858
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
59+
},{
60+
"id": "github-sba",
61+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
62+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
5963
}]
6064
6165
# Build Docker image using docker:build

.github/workflows/docker-build-push-image-kotlin-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
"id": "github",
6363
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
6464
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
65+
},{
66+
"id": "github-sba",
67+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
68+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
6569
}]
6670
6771
- name: Build Service using docker:build

.github/workflows/docker-build-push-image-person-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
"id": "github",
8585
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
8686
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
87+
},{
88+
"id": "github-sba",
89+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
90+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
8791
}]
8892
8993
# Build Docker image using docker:build

.github/workflows/docker-build-push-image-quarkus-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
"id": "github",
5454
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
5555
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
56+
},{
57+
"id": "github-sba",
58+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
59+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
5660
}]
5761
5862
- name: Build Service using docker:build

.github/workflows/docker-build-push-image-user-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
"id": "github",
5858
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
5959
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
60+
},{
61+
"id": "github-sba",
62+
"username": "${{ secrets.USERNAME_MAVEN_PKG }}",
63+
"password": "${{ secrets.PASSWORD_MAVEN_PKG }}"
6064
}]
6165
6266
# Build Docker image using docker:build

0 commit comments

Comments
 (0)