casbin / casbin-mesh

A scalable authorization layer built on Casbin (The experimental project is currently unstable)
https://mesh.casbin.org
Apache License 2.0
25 stars 13 forks source link

Cannot pull image from `ghcr.io/casbin-mesh/casbin-mesh:latest` correctly. #50

Closed noneback closed 2 years ago

noneback commented 2 years ago

Cannot pull image from ghcr.io/casbin-mesh/casbin-mesh:latest correctly.

casbin-bot commented 2 years ago

@WenyXu @nodece

noneback commented 2 years ago

change ghcr.io/casbin-mesh/casbin-mesh:latest to ghcr.io/casbin/casbin-mesh:main will help.

WenyXu commented 2 years ago

I checked the ghcr.io/casbin-mesh/casbin-mesh:latest, and it works for me.

noneback commented 2 years ago

I checked the ghcr.io/casbin-mesh/casbin-mesh:latest, and it works for me.

A little bit weird. When I try to pull the image, it returns Error response from daemon: unauthorized. Maybe it's due to I don't have the right access permission to casbin-mesh/casbin-mesh. If so, other users may also not pull its image.

WenyXu commented 2 years ago

I checked the ghcr.io/casbin-mesh/casbin-mesh:latest, and it works for me.

A little bit weird. When I try to pull the image, it returns Error response from daemon: unauthorized. Maybe it's due to I don't have the right access permission to casbin-mesh/casbin-mesh. If so, other users may also not pull its image.

Thank you for reporting this issue, let's change the url to casbin/casbin-mesh. I'll fix it later

noneback commented 2 years ago

By the way, ghcr.io/casbin/casbin-mesh:main works while ghcr.io/casbin/casbin-mesh:latest don't.