Skip to content

Commit 4a131d3

Browse files
committed
Do not add 'latest' tag if no tag is present
1 parent 70fbcd9 commit 4a131d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cwl_utils/docker_extract.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ def extract_docker_requirements(
9797
) -> Iterator[cwl.DockerRequirement]:
9898
"""Yield an iterator of the docker reqs, normalizing the pull request."""
9999
for req in extract_docker_reqs(process):
100-
if isinstance(req.dockerPull, str) and ":" not in req.dockerPull:
101-
req.dockerPull += ":latest"
102100
yield req
103101

104102

0 commit comments

Comments
 (0)