Commit 36812bf1 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix XML tag in image publishing example

See gh-23632
parent 01ddee22
...@@ -338,7 +338,7 @@ The generated image can be published to a Docker registry by enabling a `publish ...@@ -338,7 +338,7 @@ The generated image can be published to a Docker registry by enabling a `publish
<password>secret</password> <password>secret</password>
<url>https://docker.example.com/v1/</url> <url>https://docker.example.com/v1/</url>
<email>user@example.com</email> <email>user@example.com</email>
</builderpublish> </publishRegistry>
</docker> </docker>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment