Skip to content

Commit 8d425a0

Browse files
committed
paralell
1 parent 44d9804 commit 8d425a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class LayerCache {
1111
originalKeyToStore: string = ''
1212
// tarFile: string = ''
1313
imagesDir: string = path.resolve(`${process.cwd()}/./.action-docker-layer-caching-docker_images`)
14-
enabledParallel = false
14+
enabledParallel = true
1515
// unpackedTarDir: string = ''
1616
// manifests: Manifests = []
1717

0 commit comments

Comments
 (0)