Added eigenes Image und Verbindung in zentrales .m2 directory
Some checks failed
Productmodel Java CI with Maven / build (push) Has been cancelled
Some checks failed
Productmodel Java CI with Maven / build (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user