Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
arrow-up-circle

GitHub Action

Spring boot image build

0.0.2

Spring boot image build

arrow-up-circle

Spring boot image build

This action will build your spring application via 'bootBuildImage' and publish it ! hooray

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Spring boot image build

uses: teheidoma/spring-boot-image-build-action@0.0.2

Learn more about this action in teheidoma/spring-boot-image-build-action

Choose a version

Spring boot image build action

This action will build your spring application via 'bootBuildImage' and publish it ! hooray

Inputs

jdk-dist

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.

Outputs

time

The time we greeted you.

Example usage

jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    name: test
    steps:
      - uses: actions/checkout@v4
      - name: Hello world action step
        uses: ./