Push repotags

This commit is contained in:
jpic 2020-02-13 12:23:35 +01:00
parent 7f3d6a685d
commit 96ddc4f474

View File

@ -84,7 +84,7 @@ class Commit:
self.registry, self.registry,
) )
for tag in self.tags: for tag in self.repotags:
await script.exec('podman', 'push', tag) await script.exec('podman', 'push', tag)
await script.umount() await script.umount()