You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Spring boot image build
0.0.2
This action will build your spring application via 'bootBuildImage' and publish it ! hooray
Required Jdk dist used to build an image, obtained from SDKMAN.
Aviable jdks you can find here https://sdkman.io/jdks or using sdk ls java
Default 22-graal
.
The time we greeted you.
jobs:
build-and-deploy:
runs-on: ubuntu-latest
name: test
steps:
- uses: actions/checkout@v4
- name: Hello world action step
uses: ./