|
@@ -27,6 +27,11 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/checkout@v3
|
|
|
|
|
+ - name: Set up JDK
|
|
|
|
|
+ uses: actions/setup-java@v3
|
|
|
|
|
+ with:
|
|
|
|
|
+ java-version: '17'
|
|
|
|
|
+ distribution: 'temurin'
|
|
|
- name: Build the Docker image
|
|
- name: Build the Docker image
|
|
|
run: ./mvnw spring-boot:build-image
|
|
run: ./mvnw spring-boot:build-image
|
|
|
- name: Login to Docker Hub
|
|
- name: Login to Docker Hub
|