diff --git a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 index 51eac473f4..666492bf34 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 @@ -78,8 +78,8 @@ if __name__ == '__main__': print "ERROR: no tag specified!\n" usage() - if 'docker' in tag: - namespace='docker' + if 'container' in tag: + namespace='container' version = tag.split('-')[0].split('f')[1] elif tag == 'module-package-list': # See https://pagure.io/releng/issue/6663