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