Skip to content

Commit 534733f

Browse files
committed
typo
1 parent ec2bf99 commit 534733f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-tasks-pack-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ At a minimum, specify the following when you run `az acr pack build`:
2828
* An Azure container registry where you run the command
2929
* An image name and tag for the resulting image
3030
* One of the [supported context locations](container-registry-tasks-overview.md#context-locations) for ACR Tasks, such as a local directory, a GitHub repo, or a remote tarball
31-
* The name of a Buildpack builder image suitable for your application. Azure Container Registry caches builder images such as `cloudfoundry/cnb:0.0.34-cflinuxfs3`for faster builds.
31+
* The name of a Buildpack builder image suitable for your application. Azure Container Registry caches builder images such as `cloudfoundry/cnb:0.0.34-cflinuxfs3` for faster builds.
3232

3333
`az acr pack build` supports other features of ACR Tasks commands including [run variables](container-registry-tasks-reference-yaml.md#run-variables) and [task run logs](container-registry-tasks-overview.md#view-task-logs) that are streamed and also saved for later retrieval.
3434

@@ -44,7 +44,7 @@ az acr pack build \
4444
https://github.com/Azure-Samples/nodejs-docs-hello-world.git
4545
```
4646

47-
This example builds the `node-app` image with the `1.0` tag and pushes it to the *myregistry* container registry. Here, the target registry name is explicitly prepended to the image name. If not specified, the registry login server name is automatically prepended to the image name.
47+
This example builds the `node-app` image with the `1.0` tag and pushes it to the *myregistry* container registry. In this example, the target registry name is explicitly prepended to the image name. If not specified, the registry login server name is automatically prepended to the image name.
4848

4949
Command output shows the progress of building and pushing the image.
5050

0 commit comments

Comments
 (0)