From ff74847f7c194c202b38c02d0afe940372d9926c Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Sun, 13 Sep 2020 19:39:29 -0300 Subject: [PATCH] Add comment regarding new GitHub Registry --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e49db6f..8242ea7 100644 --- a/readme.md +++ b/readme.md @@ -83,6 +83,8 @@ Find working minimal examples for the most known registries in [this repo](https > If you push the image to a **public** repository's GitHub Registry, please be aware that it will be impossible to delete it because of GitHub's policy (see [Deleting a package](https://help.github.com/en/packages/publishing-and-managing-packages/deleting-a-package)). +> If you are going to use the new GitHub Registry (ghcr.io), be sure to use a Personal Access Token (as the password) with "write:packages" and "read:packages" scopes. More info [here](https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images#migrating-a-docker-image-using-the-docker-cli). + ```yml - uses: whoan/docker-build-with-cache-action@v5 with: