Merge pull request #23632 from dreis2211

* pr/23632:
  Fix XML tag in image publishing example

Closes gh-23632
This commit is contained in:
Stephane Nicoll
2020-10-11 15:53:13 +02:00

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>