Skip to content

Commit a9b1350

Browse files
committed
Use __dirname for saving path
1 parent 01fea7e commit a9b1350

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
@@ -14,7 +14,7 @@ class LayerCache {
1414
ids: string[] = []
1515
unformattedSaveKey: string = ''
1616
restoredRootKey: string = ''
17-
imagesDir: string = path.resolve(`${process.cwd()}/./.action-docker-layer-caching-docker_images`)
17+
imagesDir: string = path.resolve(`${__dirname}/../.action-docker-layer-caching-docker_images`)
1818
enabledParallel = true
1919
concurrency: number = 4
2020

0 commit comments

Comments
 (0)