Skip to content

Commit 29c1ff9

Browse files
authored
Update container-instances-github-action.md
1 parent 86b4453 commit 29c1ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Update the Azure service principal credentials to allow push and pull access to
9191
Get the resource ID of your container registry. Substitute the name of your registry in the following [az acr show][az-acr-show] command:
9292

9393
```azurecli
94-
registryId=$(az acr show \
94+
$registryId=$(az acr show \
9595
--name <registry-name> \
9696
--query id --output tsv)
9797
```

0 commit comments

Comments
 (0)