1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update working-with-the-docker-registry.md (#55529)

This commit is contained in:
hubwriter
2025-05-07 11:20:15 +01:00
committed by GitHub
parent 1d0cb2a3a1
commit b5f955075f

View File

@@ -96,10 +96,6 @@ For more information, see [Docker login](https://docs.docker.com/engine/referenc
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.
```shell
docker tag IMAGE_ID docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION
```
If your instance has subdomain isolation enabled:
```shell