Skip to content

Commit 10bf8fb

Browse files
authored
Merge pull request #17600 from blue-jam/patch-2
Typo: make container name consistent
2 parents 50453af + ea1e99d commit 10bf8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ When installing or publishing a Docker image, the {% data variables.product.prod
5050

5151
## Pushing container images
5252

53-
This example pushes the latest version of `IMAGE-NAME`.
53+
This example pushes the latest version of `IMAGE_NAME`.
5454
```shell
5555
$ docker push {% data reusables.package_registry.container-registry-hostname %}/OWNER/IMAGE_NAME:latest
5656
```
5757

5858
This example pushes the `2.5` version of the image.
5959
```shell
60-
$ docker push {% data reusables.package_registry.container-registry-hostname %}/OWNER/IMAGE-NAME:2.5
60+
$ docker push {% data reusables.package_registry.container-registry-hostname %}/OWNER/IMAGE_NAME:2.5
6161
```
6262

6363
When you first publish a package, the default visibility is private. To change the visibility or set access permissions, see "[Configuring a package's access control and visibility](/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility)."

0 commit comments

Comments
 (0)