Skip to content

build(deps): bump org.springframework.boot from 3.1.1 to 3.1.2 (#77) #83

build(deps): bump org.springframework.boot from 3.1.1 to 3.1.2 (#77)

build(deps): bump org.springframework.boot from 3.1.1 to 3.1.2 (#77) #83

Workflow file for this run

name: Build
on:
push:
branches:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
java-version: '18'
distribution: 'temurin'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to image registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Gradle build and push
uses: gradle/gradle-build-action@v2
with:
arguments: |
--scan
-PimageRepo=ghcr.io/itzg
-PimagePush=true
-PimageCacheFrom=type=gha
-PimageCacheTo=type=gha,mode=max
buildSimpleBootImage