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 10a7b7a commit 031ee1eCopy full SHA for 031ee1e
src/LayerCache.ts
@@ -144,7 +144,7 @@ class LayerCache {
144
}
145
146
private async loadImageFromUnpacked() {
147
- await exec.exec(`sh -c`, [`tar cf - '${this.getUnpackedTarDir()}' | docker load`])
+ await exec.exec(`sh -c`, [`tar cf - . | docker load`], { cwd: this.getUnpackedTarDir() })
148
149
150
async cleanUp() {
0 commit comments