Tag one by one
This commit is contained in:
parent
e80955936c
commit
92e7f2def9
@ -61,7 +61,8 @@ class Commit:
|
||||
|
||||
if 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:
|
||||
user = os.getenv('DOCKER_USER')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user