We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d9804 commit 8d425a0Copy full SHA for 8d425a0
src/LayerCache.ts
@@ -11,7 +11,7 @@ class LayerCache {
11
originalKeyToStore: string = ''
12
// tarFile: string = ''
13
imagesDir: string = path.resolve(`${process.cwd()}/./.action-docker-layer-caching-docker_images`)
14
- enabledParallel = false
+ enabledParallel = true
15
// unpackedTarDir: string = ''
16
// manifests: Manifests = []
17
0 commit comments