Merge pull request #23632 from dreis2211

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

Closes gh-23632
pull/23634/head
Stephane Nicoll 4 years ago
commit 53bf8c1585

@ -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>

Loading…
Cancel
Save