updated actions
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 8m5s

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2026-04-19 13:52:47 +02:00
parent c8838b4a0f
commit 4747057675
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Extract Version
run: |
+23
View File
@@ -0,0 +1,23 @@
name: PR Build Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw -B package -DskipTests