Skip to content

Commit cac12ec

Browse files
committed
add note about creating ghcr permissioned api key
1 parent 25c51ae commit cac12ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ To push your build to the Github docker registry: `docker push ghcr.io/cepro/pos
88

99
Before pushing you will need to login to the Github docker registry with: `docker login --username <GITHUB_USERNAME> ghcr.io` . You will need to use a personal access token as the password - see here for instructions: https://medium.com/devopsturkiye/pushing-docker-images-to-githubs-registry-manual-and-automated-methods-19cce3544eb1
1010

11+
NOTE: may need to create a 'classic' token and specifically give write:packages and read:packages permissions. In my case the 'fine grained token' didn't have any selectable permissions for packages.
1112

1213
---
1314
---

0 commit comments

Comments
 (0)