We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6484a61 + 24d162e commit 09d66c2Copy full SHA for 09d66c2
TROUBLESHOOTING.md
@@ -74,16 +74,6 @@ jobs:
74
sudo ctr --debug i push --user "${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}" docker.io/user/app:latest
75
```
76
77
-## `invalid reference format`
78
-
79
-You may encounter this issue if you're using `github.repository` in your tag
80
-name:
81
82
-```
83
-#10 importing cache manifest from ghcr.io/My-Org/repo:main
84
-#10 ERROR: invalid reference format: repository name must be lowercase
85
86
87
## `repository name must be lowercase`
88
89
You may encounter this issue if you're using `github.repository` as a repo slug
0 commit comments