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 01fea7e commit a9b1350Copy full SHA for a9b1350
src/LayerCache.ts
@@ -14,7 +14,7 @@ class LayerCache {
14
ids: string[] = []
15
unformattedSaveKey: string = ''
16
restoredRootKey: string = ''
17
- imagesDir: string = path.resolve(`${process.cwd()}/./.action-docker-layer-caching-docker_images`)
+ imagesDir: string = path.resolve(`${__dirname}/../.action-docker-layer-caching-docker_images`)
18
enabledParallel = true
19
concurrency: number = 4
20
0 commit comments