Skip to content

Commit 86653d5

Browse files
committed
make it build
1 parent 86f14ab commit 86653d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/cached_image_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ func runCacheProbe(ctx context.Context, builderImage string, opts eboptions.Opti
473473
return nil, fmt.Errorf("failed to create kaniko dir: %w", err)
474474
}
475475
// Use the temporary directory as our 'magic dir'.
476-
opts.MagicDirBase = tmpKanikoDir
476+
opts.WorkingDirBase = tmpKanikoDir
477477

478478
// In order to correctly reproduce the final layer of the cached image, we
479479
// need the envbuilder binary used to originally build the image!

0 commit comments

Comments
 (0)