Skip to content

Commit e46a1a8

Browse files
committed
typo
1 parent 585433b commit e46a1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-repository-scoped-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ For the following examples, pull the `hello-world` and `alpine` images from Dock
189189
docker pull hello-world
190190
docker pull alpine
191191
docker tag hello-world myregistry.azurecr.io/samples/hello-world:v1
192-
docker tag hello-world myregistry.azurecr.io/samples/"alpine:v1
192+
docker tag hello-world myregistry.azurecr.io/samples/alpine:v1
193193
```
194194

195195
### Authenticate using token

0 commit comments

Comments
 (0)