Skip to content

Bump docker/login-action from 1 to 3 #901

Bump docker/login-action from 1 to 3

Bump docker/login-action from 1 to 3 #901

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw verify