Skip to content

Commit 47590c2

Browse files
committed
fix: dedupe
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
1 parent a1ee011 commit 47590c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/storage/imagestore/imagestore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ retry:
11811181

11821182
blobUploadRemoved = true
11831183

1184-
dstRecord = gdst
1184+
dstRecord = path.Join(constants.GlobalBlobsRepo, ispec.ImageBlobsDir, dstDigest.Algorithm().String(), dstDigest.Encoded())
11851185

11861186
is.log.Debug().Str("src", src).Str("dst", dst).Str("dstRecord", dstRecord).Str("component", "dedupe").Msg("rename")
11871187
}

0 commit comments

Comments
 (0)