actions:
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m35s

added maven back, but different thistime
This commit is contained in:
2005 2024-05-30 06:09:14 +02:00
parent acce7ba3cb
commit 1c7feef7db

View file

@ -23,6 +23,9 @@ jobs:
java-version: "22"
distribution: "temurin"
- name: "Setup maven"
uses: https://github.com/stCarolas/setup-maven@v5
- name: Build with Maven
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e