Attempt actually tagging
This commit is contained in:
parent
92e7f2def9
commit
10ee871caa
@ -60,9 +60,9 @@ class Commit:
|
||||
self.tags.append('latest')
|
||||
|
||||
if self.tags:
|
||||
tags = ' '.join([f'{self.repo}:{tag}' for tag in self.tags])
|
||||
for tag in self.tags:
|
||||
await script.exec('buildah', 'tag', self.sha, self.repo, tag)
|
||||
await script.exec('buildah', 'tag', self.sha, self.repo,
|
||||
f'{self.repo}:{tag}')
|
||||
|
||||
if self.push:
|
||||
user = os.getenv('DOCKER_USER')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user