Skip to content

Commit 430b6a7

Browse files
authored
docs: fix registry from gcr.io to ghcr.io (#213)
Signed-off-by: MaineK00n <[email protected]>
1 parent 4d14d7f commit 430b6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
This action does not need any GitHub permission to run, however, if your workflow needs to update, create or perform any
8484
action against your repository, then you should change the scope of the permission appropriately.
8585
86-
For example, if you are using the `gcr.io` as your registry to push the images you will need to give the `write` permission
86+
For example, if you are using the `ghcr.io` as your registry to push the images you will need to give the `write` permission
8787
to the `packages` scope.
8888

8989
Example of a simple workflow:

0 commit comments

Comments
 (0)