Skip to content

Setup GitHub Container Registry Access

Generate a GitHub Token with read:packages scope.

Run command to login to container registry.

docker login -u {USER} -p {TOKEN} docker.pkg.github.com

Then you can access the images as follows:

docker pull docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:TAG_NAME

Last update 2021-05-01