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'
ref: 'dev'
token: '${{ secrets.token }}'
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v3
- name: 'Set up java 22'
uses: https://github.com/oracle-actions/setup-java@v1
with:
java-version: "22"
distribution: "temurin"
cache: maven
website: oracle.com
release: 22
version: 17.0.10
- name: "Setup maven"
uses: https://github.com/s4u/setup-maven-action@1
- name: Build with Maven
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e