Avoid double push
This commit is contained in:
parent
f4844b0e73
commit
2e3b9d8e5b
@ -160,7 +160,7 @@ class Buildah(Localhost):
|
||||
|
||||
if self.status == 'success':
|
||||
await self.commit()
|
||||
if 'push' in args or os.getenv('CI'):
|
||||
if 'push' in args:
|
||||
await self.push()
|
||||
|
||||
if self.mnt is not None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user