second try
Some checks failed
build and publish docker image / deploy / build (push) Failing after 47s

This commit is contained in:
hirst 2024-05-31 08:40:48 +02:00
parent 1673886246
commit a329c8f2f1

View file

@ -22,9 +22,10 @@ jobs:
with: with:
java-version: "22" java-version: "22"
distribution: "temurin" distribution: "temurin"
cache: maven
- name: "Setup maven" # - name: "Setup maven"
uses: https://github.com/stCarolas/setup-maven@v5 # uses: https://github.com/stCarolas/setup-maven@v5
- 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