Skip to content

Commit 267a296

Browse files
committed
ci: add verbose output for listing images in GitHub Container Registry
1 parent 4fc6b83 commit 267a296

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/prune/registries/ghcr.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ def list_versions(self) -> List[ImageVersion]:
5353
)
5454
versions.append(version)
5555

56+
if self.verbose:
57+
print(f'Found {len(versions)} images in GitHub Container Registry')
58+
5659
return versions
5760

5861
def delete_version(self, version_id: str) -> bool:

0 commit comments

Comments
 (0)