Switch the delete tag response code to match the registry spect.
This commit is contained in:
parent
c3cb1dfa87
commit
7d593b1078
1 changed files with 1 additions and 1 deletions
|
@ -75,6 +75,6 @@ def delete_tag(namespace, repository, tag):
|
|||
model.delete_tag(namespace, repository, tag)
|
||||
model.garbage_collect_repository(namespace, repository)
|
||||
|
||||
return make_response('Deleted', 204)
|
||||
return make_response('Deleted', 200)
|
||||
|
||||
abort(403)
|
||||
|
|
Reference in a new issue