Skip to content

Commit 3f53983

Browse files
edits to the YAML reference page for container registry tasks
1 parent b78ebe8 commit 3f53983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-tasks-reference-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ steps:
202202
- build: -t $Registry/hello-world -f hello-world.dockerfile ./subDirectory
203203
```
204204

205-
### Dynamic Variable Passing in ACR Tasks
205+
### Dynamic variable passing in ACR Tasks
206206

207207
When working with Azure container registry (ACR) tasks, you may find yourself needing to pass different values to your build process without changing the task definition by using the `--set` flag with the `az acr task run` command.
208208

0 commit comments

Comments
 (0)