Skip to content

Commit

Permalink
Update nf_core/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
  • Loading branch information
mirpedrol and mashehu authored Jul 18, 2023
1 parent 2ffa919 commit a01a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def get_tag_date(tag_date):
# Obtain common builds from Docker and Singularity images
common_keys = list(all_docker.keys() & all_singularity.keys())
current_date = None
docker_image_name = docker_image["image_name"] if docker_image is not None else None
docker_image_name = docker_image["image_name"].lstrip("quay.io/") if docker_image is not None else None
for k in common_keys:
# Get the most recent common image
date = max(all_docker[k]["date"], all_docker[k]["date"])
Expand Down

0 comments on commit a01a513

Please sign in to comment.