Added eigenes Image und Verbindung in zentrales .m2 directory
Some checks failed
Productmodel Java CI with Maven / build (push) Has been cancelled

This commit is contained in:
2026-01-07 18:21:56 +01:00
parent 2fb32972a1
commit 1d82f23339

View File

@@ -7,6 +7,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: gs.kapdion.com/kapdionos/java22-mvn-build:v1
volumes:
- /opt/gitea-runner-data/maven-m2:/root/.m2 # mounte das m2 Verzeichnis des Hosts
steps:
# 1. Checkout (braucht Node.js, welches im Standard-Runner vorhanden ist)
- name: Checkout Code