Merge branch 'main' into dboreham/mobymask-v3-demo-test
All checks were successful
Mobymask Demo Build / Run mobymask-v3-demo test suite (push) Successful in 1h44m23s
All checks were successful
Mobymask Demo Build / Run mobymask-v3-demo test suite (push) Successful in 1h44m23s
This commit is contained in:
commit
28fe6498f3
@ -76,7 +76,7 @@ def _find_latest(candidate_tags: List[str]):
|
||||
sorted_candidates = sorted(candidate_tags)
|
||||
if opts.o.debug:
|
||||
print(f"sorted candidates: {sorted_candidates}")
|
||||
return sorted_candidates[0]
|
||||
return sorted_candidates[-1]
|
||||
|
||||
|
||||
def _filter_for_platform(container: str,
|
||||
|
Loading…
Reference in New Issue
Block a user