Skip to content

Bump io.kubernetes:client-java from 17.0.0 to 20.0.0 in /java/springboot #59

Bump io.kubernetes:client-java from 17.0.0 to 20.0.0 in /java/springboot

Bump io.kubernetes:client-java from 17.0.0 to 20.0.0 in /java/springboot #59

name: Build container image with native
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Build native for springboot
run: |
echo "build native image for springboot"