Skip to content

Commit

Permalink
ensure project is not null when evaluating harbor image
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Oct 31, 2024
1 parent c1860e2 commit 8ec4a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ai/backend/manager/container_registry/harbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ async def untag(
project = image.project
repository = image.name

assert project

base_url = (
self.registry_url
/ "api"
Expand Down

0 comments on commit 8ec4a64

Please sign in to comment.