From 7e7aa10ef219c67d5e20beb5d68604e738aab28e Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 4 May 2022 09:26:39 +0530 Subject: [PATCH] Disable link checker for GitHub docks links Signed-off-by: divyansh42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b9d965..6503e15 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ jobs: - name: Print image url run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}" ``` - + Refer to [GHCR push example](./.github/workflows/ghcr-push.yaml) for complete example of push to [GitHub Container Registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry). ## Note about images built with Docker