pom.xml:
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m26s

ci build failed due to wrong image being used to compile containers
This commit is contained in:
2005 2024-05-30 06:11:45 +02:00
parent 1c7feef7db
commit 8139318127

View file

@ -73,7 +73,7 @@
<version>3.4.2</version>
<configuration>
<from>
<image>eclipse-temurin:21-jre</image>
<image>eclipse-temurin:22-jre</image>
<!-- <auth>
<username>${dockerusername}</username>
<password>${dockerpassword}</password>