From 18c0ad40eb81f75d57aea8ad91394910abbbc63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20N=C3=A4sstr=C3=B6m?= Date: Wed, 3 Apr 2024 17:18:14 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fabian Schöppach <163308053+fabianschoeppach@users.noreply.github.com> --- template_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_README.md b/template_README.md index cd3841a..d43d936 100644 --- a/template_README.md +++ b/template_README.md @@ -12,7 +12,7 @@ and how to customize it through [adding plugins](#adding-a-plugin). > If you want to keep the image private you need to configure and use a personal access > token (PAT) according to the instructions in the GitHub docs [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic). > If you want to make the image public (recommended), you should make sure that your -> organization settings allow public packages and after that set this package public. +> organization settings allow public packages and make this package public after building it. > You can read more about this in the GitHub docs [here](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility). > [!TIP]