actions update
Some checks failed
build and publish docker image / deploy / build (push) Failing after 18s

This commit is contained in:
2005 2024-05-30 05:57:47 +02:00
parent 55dfc95a78
commit 2aaed98ae6

View file

@ -17,13 +17,14 @@ jobs:
repository: 'learningpulse/server' repository: 'learningpulse/server'
ref: 'dev' ref: 'dev'
token: '${{ secrets.token }}' token: '${{ secrets.token }}'
- name: 'Set up java 22'
- name: Set up JDK 21 uses: https://github.com/oracle-actions/setup-java@v1
uses: https://github.com/actions/setup-java@v3
with: with:
java-version: "22" website: oracle.com
distribution: "temurin" release: 22
cache: maven version: 17.0.10
- name: "Setup maven"
uses: https://github.com/s4u/setup-maven-action@1
- name: Build with Maven - name: Build with Maven
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e