From 24d162ecb4cb1ba151f8e78de804d141623631de Mon Sep 17 00:00:00 2001
From: CrazyMax <crazy-max@users.noreply.github.com>
Date: Thu, 5 Aug 2021 16:36:12 +0200
Subject: [PATCH] Fix doc typo

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
---
 TROUBLESHOOTING.md | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 02ff159..8cdb610 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -74,16 +74,6 @@ jobs:
           sudo ctr --debug i push --user "${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}" docker.io/user/app:latest
 ```
 
-## `invalid reference format`
-
-You may encounter this issue if you're using `github.repository` in your tag
-name:
-
-```
-#10 importing cache manifest from ghcr.io/My-Org/repo:main
-#10 ERROR: invalid reference format: repository name must be lowercase
-```
-
 ## `repository name must be lowercase`
 
 You may encounter this issue if you're using `github.repository` as a repo slug