Skip to content

Commit 53bf8c1

Browse files
committed
Merge pull request #23632 from dreis2211
* pr/23632: Fix XML tag in image publishing example Closes gh-23632
2 parents 01ddee2 + 36812bf commit 53bf8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ The generated image can be published to a Docker registry by enabling a `publish
338338
<password>secret</password>
339339
<url>https://docker.example.com/v1/</url>
340340
<email>user@example.com</email>
341-
</builderpublish>
341+
</publishRegistry>
342342
</docker>
343343
</configuration>
344344
</plugin>

0 commit comments

Comments
 (0)