fix error on upload chunk

This commit is contained in:
Michael Yang 2023-09-15 15:59:30 -07:00
parent bc9573dcb1
commit 08d7c2a944

View file

@ -78,6 +78,8 @@ func uploadBlobChunked(ctx context.Context, requestURL *url.URL, layer *Layer, r
Total: layer.Size, Total: layer.Size,
Completed: int(offset), Completed: int(offset),
}) })
return err
} }
offset += chunk offset += chunk