-
Notifications
You must be signed in to change notification settings - Fork 5
GHCR access
zees-dev edited this page Sep 11, 2023
·
1 revision
Access for pulling and pushing docker images to the GHCR of this repo.
Go into your Github:
Settings > Developer Setting > Personal access tokens > Tokens (classic)
Generate new token > Generate new token (classic)
Give following access:
-
write:packages
(Upload packages to GitHub Package Registry) -
read:packages
(Download packages from GitHub Package Registry) -
delete:packages
(Delete packages from GitHub Package Registry) -
read:project
(Read access of projects)
echo $PAT | docker login ghcr.io -u <github-username> --password-stdin
docker run --rm -it -p 9944:9944 ghcr.io/futureversecom/fork-release-state-root