This commit is contained in:
Phillip Webb
2020-06-01 14:27:39 -07:00
parent 8f8bee7ccd
commit 502e2a4c64
3 changed files with 8 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ The builder can be specified on the command line as well, as shown in this examp
[indent=0]
----
$ gradle bootBuildImage --builder=mine/java-cnb-builder
$ gradle bootBuildImage --builder=mine/java-cnb-builder
----
@@ -164,5 +164,5 @@ The image name can be specified on the command line as well, as shown in this ex
[indent=0]
----
$ gradle bootBuildImage --imageName=example.com/library/my-app:v1
$ gradle bootBuildImage --imageName=example.com/library/my-app:v1
----