parent
feabfa38ff
commit
03489c22ad
3 changed files with 13 additions and 2 deletions
|
@ -464,7 +464,7 @@ def _write_manifest(namespace_name, repo_name, manifest):
|
|||
'updated_tags': [tag_name],
|
||||
}
|
||||
|
||||
track_and_log('push_repo', repo)
|
||||
track_and_log('push_repo', repo, tag=tag_name)
|
||||
spawn_notification(repo, 'repo_push', event_data)
|
||||
|
||||
response = make_response('OK', 202)
|
||||
|
|
Reference in a new issue