Docker Registry `permisison_denied` alert
What problem will this feature address?
Would allow the user to know that they have an issue with their docker registry, not their code.
The issue is that deployments logs are empty when an issue like this occurs
Describe the solution you'd like
Alert the user if they are missing permissions inside of the deployment logs
Describe alternatives you've considered
Checking the logs of the dokploy container was my solution
Additional context
No response
Will you send a PR to implement it?
No
Can you give more details or a way to reproduce the problem in a detailed and accurate way?
I created a classic account API key on GH with permission to a Enterprise GH org with the permission to read and write packages, and one more which iirc was just below it. Would be on the same topic of packages.
I used this key as the password combined with my GH username and ghcr.io to create a registry on the latest registry setup page. I then deployed a typescript app using nixpacks to a docker swarm cluster with the constraint of only workers
I apologize for the lack of explanation before, was in a rush. If there's anything else you need let me know. This happened earlier today so may have some small details incorrect
Hey, this issue should be already fixed in a newest versions, so this shouldn't occur anymore!
For now I will close this issue