This commit is contained in:
Felix Fontein
2020-12-26 19:30:07 +01:00
committed by GitHub
parent 29992f1fbf
commit fa05ca3f63
3 changed files with 81 additions and 3 deletions

View File

@@ -698,8 +698,8 @@ class ImageManager(DockerBaseClass):
if image and image['Id'] == self.results['image']['Id']:
self.results['changed'] = False
if push:
self.push_image(repo, repo_tag)
if push:
self.push_image(repo, repo_tag)
def build_image(self):
'''