Skip to content

Commit 086d141

Browse files
committed
specify docker to local image
1 parent b881ea8 commit 086d141

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@
352352
<image>redhat/ubi10-micro:10.0</image>
353353
</from>
354354
<to>
355-
<image>docker.io/rbygrave/ebean-insight</image>
355+
<!-- <image>docker.io/rbygrave/ebean-insight</image>-->
356+
<image>ebean-insight</image>
356357
<tags>${project.version}</tags>
357358
<auth>
358359
<username>${env.DOCKER_USERNAME}</username>

0 commit comments

Comments
 (0)