Skip to content

Commit b881ea8

Browse files
committed
specify docker auth parameters
1 parent 82788fc commit b881ea8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +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>
357361
</to>
358362
<container>
359363
<ports>8081</ports>

0 commit comments

Comments
 (0)