pom.xml:
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m26s
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:
parent
1c7feef7db
commit
8139318127
2
pom.xml
2
pom.xml
|
@ -73,7 +73,7 @@
|
||||||
<version>3.4.2</version>
|
<version>3.4.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<from>
|
<from>
|
||||||
<image>eclipse-temurin:21-jre</image>
|
<image>eclipse-temurin:22-jre</image>
|
||||||
<!-- <auth>
|
<!-- <auth>
|
||||||
<username>${dockerusername}</username>
|
<username>${dockerusername}</username>
|
||||||
<password>${dockerpassword}</password>
|
<password>${dockerpassword}</password>
|
||||||
|
|
Reference in a new issue