Fix XML tag in image publishing example

See gh-23632
This commit is contained in:
dreis2211
2020-10-11 15:39:50 +02:00
committed by Stephane Nicoll
parent 01ddee2201
commit 36812bf199

View File

@@ -338,7 +338,7 @@ The generated image can be published to a Docker registry by enabling a `publish
<password>secret</password>
<url>https://docker.example.com/v1/</url>
<email>user@example.com</email>
</builderpublish>
</publishRegistry>
</docker>
</configuration>
</plugin>