Skip to content

Commit 781e40c

Browse files
committed
do we need auth here?
1 parent 3a22eae commit 781e40c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@
354354
<to>
355355
<image>docker.io/rbygrave/ebean-insight</image>
356356
<tags>${project.version}</tags>
357-
<auth>
358-
<username>${env.DOCKER_USERNAME}</username>
359-
<password>${env.DOCKER_PASSWORD}</password>
360-
</auth>
357+
<!-- <auth>-->
358+
<!-- <username>${env.DOCKER_USERNAME}</username>-->
359+
<!-- <password>${env.DOCKER_PASSWORD}</password>-->
360+
<!-- </auth>-->
361361
</to>
362362
<container>
363363
<ports>8081</ports>

0 commit comments

Comments
 (0)