mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Backport of 117f132213
(#1542)
This commit is contained in:
parent
29992f1fbf
commit
fa05ca3f63
3 changed files with 81 additions and 3 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue