Skip to content

Commit b5f9550

Browse files
authored
Update working-with-the-docker-registry.md (#55529)
1 parent 1d0cb2a commit b5f9550

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ For more information, see [Docker login](https://docs.docker.com/engine/referenc
9696

9797
1. Using the Docker image ID, tag the Docker image, replacing OWNER with the name of the personal account or organization that owns the repository, REPOSITORY with the name of the repository containing your project, IMAGE_NAME with name of the package or image, HOSTNAME with the hostname of {% data variables.location.product_location %}, and VERSION with package version at build time.
9898

99-
```shell
100-
docker tag IMAGE_ID docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION
101-
```
102-
10399
If your instance has subdomain isolation enabled:
104100

105101
```shell

0 commit comments

Comments
 (0)