Reporting the expiration got lost in a rebase
This ensure the tag expiration shows up in the UI
This commit is contained in:
parent
c271b1f386
commit
f0b932559d
2 changed files with 7 additions and 2 deletions
|
@ -159,7 +159,7 @@ class PreOCIModel(RepositoryDataInterface):
|
|||
|
||||
return ImageRepositoryRepository(base, [
|
||||
Tag(tag.name, tag.image.docker_image_id, tag.image.aggregate_size, tag.lifetime_start_ts,
|
||||
tag.tagmanifest.digest) for tag in tags
|
||||
tag.tagmanifest.digest, tag.lifetime_end_ts) for tag in tags
|
||||
], [Count(count.date, count.count) for count in counts], repo.badge_token, repo.trust_enabled)
|
||||
|
||||
|
||||
|
|
Reference in a new issue