mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-15 12:11:23 +01:00
Merge pull request #13254 from stonezdj/201013_add_pulltime
Add pull time for proxy cache artifact in first pull
This commit is contained in:
commit
3f7fdbac62
@ -142,7 +142,8 @@ func (c *controller) ProxyManifest(ctx context.Context, p *models.Project, art l
|
||||
if err != nil {
|
||||
log.Errorf("failed to get manifest, error %v", err)
|
||||
}
|
||||
} else {
|
||||
}
|
||||
if a != nil {
|
||||
SendPullEvent(a, art.Tag, operator)
|
||||
}
|
||||
}(operator.FromContext(ctx))
|
||||
|
Loading…
Reference in New Issue
Block a user