mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix container download counter (#19287)
* Increment counter on manifest download. * Refactor GetPackageFileStream method.
This commit is contained in:
@@ -331,7 +331,6 @@ func DownloadPackageFile(ctx *context.Context) {
|
||||
|
||||
s, _, err := packages_service.GetPackageFileStream(
|
||||
ctx,
|
||||
ctx.Package.Descriptor.Version,
|
||||
pf,
|
||||
)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user