Skip to content

Commit 3b29f81

Browse files
committed
corrected repo
1 parent 9027832 commit 3b29f81

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
@@ -184,7 +184,7 @@ For the following examples, pull the `hello-world` and `alpine` images from Dock
184184
docker pull hello-world
185185
docker pull alpine
186186
docker tag hello-world myregistry.azurecr.io/samples/hello-world:v1
187-
docker tag hello-world myregistry.azurecr.io/alpine:v1
187+
docker tag hello-world myregistry.azurecr.io/samples/alpine:v1
188188
```
189189

190190
### Authenticate using token

0 commit comments

Comments
 (0)