Skip to content

Commit e2584e6

Browse files
committed
specify docker hub to image
1 parent 086d141 commit e2584e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

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

0 commit comments

Comments
 (0)