Skip to content

Commit d891a52

Browse files
euanhheckj
andauthored
Re-word the explanation of the --repository argument
Co-authored-by: Joseph Heck <[email protected]>
1 parent 20ebe14 commit d891a52

File tree

1 file changed

+1
-1
lines changed
  • Sources/swift-container-plugin/Documentation.docc

1 file changed

+1
-1
lines changed

Sources/swift-container-plugin/Documentation.docc/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The plugin exposes the command `build-container-image` which you invoke to build
1111

1212
* The `--swift-sdk` argument specifies the Swift SDK with which to build the executable. In this case we are using the Static Linux SDK, installed earlier, to build an statically-linked x86_64 Linux binary.
1313
* The `--from` argument specifies the base image on which our service will run. `swift:slim` is the default, but you can choose your own base image or use `scratch` if your service does not require a base image at all.
14-
* The `--repository` argument specifies where the plugin will upload our finished image.
14+
* The `--repository` argument specifies the repository to which the plugin will upload the finished image.
1515

1616
> Note: on macOS, the plugin needs permission to connect to the network to publish the image to the registry.
1717

0 commit comments

Comments
 (0)