Skip to content

Commit

Permalink
Do not add 'latest' tag if no tag is present
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Dec 7, 2024
1 parent 70fbcd9 commit 4a131d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cwl_utils/docker_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def extract_docker_requirements(
) -> Iterator[cwl.DockerRequirement]:
"""Yield an iterator of the docker reqs, normalizing the pull request."""
for req in extract_docker_reqs(process):
if isinstance(req.dockerPull, str) and ":" not in req.dockerPull:
req.dockerPull += ":latest"
yield req


Expand Down

0 comments on commit 4a131d3

Please sign in to comment.