Unable to delete registry from repository

I trying drone 0.8.1 for last few hours.
I am able to add credentials to registry and when i am trying to deleting Its not getting deleted.

When i use drone UI, i am getting 200 response for ‘DELETE’ api request. and on page refresh , i am able to see the item.

Its not getting deleted even from drone cli.

I think, its because of my registry name ‘https://gcr.io’, due to special chars ‘://’ in registry name.

1 Like

I just got the same, it seems one cannot remove the registry from a repository if registry contains “https://” in its name.

I have opened the github issue here https://github.com/drone/drone/issues/2341