Tag one by one
This commit is contained in:
@@ -61,7 +61,8 @@ class Commit:
|
|||||||
|
|
||||||
if self.tags:
|
if self.tags:
|
||||||
tags = ' '.join([f'{self.repo}:{tag}' for tag in self.tags])
|
tags = ' '.join([f'{self.repo}:{tag}' for tag in self.tags])
|
||||||
await script.exec('buildah', 'tag', self.sha, self.repo, tags)
|
for tag in self.tags:
|
||||||
|
await script.exec('buildah', 'tag', self.sha, self.repo, tag)
|
||||||
|
|
||||||
if self.push:
|
if self.push:
|
||||||
user = os.getenv('DOCKER_USER')
|
user = os.getenv('DOCKER_USER')
|
||||||
|
|||||||
Reference in New Issue
Block a user