hopefully this will work
Some checks failed
build and publish docker image / deploy / build (push) Failing after 2m3s

This commit is contained in:
hirst 2024-05-31 08:31:39 +02:00
parent 8139318127
commit 1673886246

View file

@ -18,7 +18,7 @@ jobs:
ref: 'dev'
token: '${{ secrets.token }}'
- name: 'Set up java 22'
uses: https://github.com/actions/setup-java@v3
uses: https://github.com/actions/setup-java@v4
with:
java-version: "22"
distribution: "temurin"
@ -29,5 +29,3 @@ jobs:
- name: Build with Maven
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e