Skip to content

Add write permission on registry path to git group

Balasankar 'Balu' C requested to merge fix-registry-path-permission into master

This is required for restore rake task to work with registry images. Rake task runs as git user and needs to extract directories inside registry directory. This requires write permission.

Merge request reports