mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
parent
189824dd76
commit
8ee6906885
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class DockerManager:
|
|||
|
||||
def get_split_image_tag(self, image):
|
||||
if '/' in image:
|
||||
image = image.split('/')[1]
|
||||
image = image.split('/')[-1]
|
||||
tag = None
|
||||
if image.find(':') > 0:
|
||||
return image.split(':')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue