Skip to content

Update dependency org.springframework.boot:spring-boot-starter-parent… #52

Update dependency org.springframework.boot:spring-boot-starter-parent…

Update dependency org.springframework.boot:spring-boot-starter-parent… #52

Workflow file for this run

---
name: Maven build and test
on:
push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
env:
DOCKER_REGISTRY_USERNAME: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
GITHUB_CI_USERNAME: halvorot
GITHUB_CI_PASSWORD: ${{ secrets.GITHUB_TOKEN}}
run: mvn clean install jib:build