mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-13 04:07:14 +00:00
make it build
This commit is contained in:
parent
86f14ab732
commit
86653d59e4
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ func runCacheProbe(ctx context.Context, builderImage string, opts eboptions.Opti
|
|||
return nil, fmt.Errorf("failed to create kaniko dir: %w", err)
|
||||
}
|
||||
// Use the temporary directory as our 'magic dir'.
|
||||
opts.MagicDirBase = tmpKanikoDir
|
||||
opts.WorkingDirBase = tmpKanikoDir
|
||||
|
||||
// In order to correctly reproduce the final layer of the cached image, we
|
||||
// need the envbuilder binary used to originally build the image!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue