Skip to content

Commit 02c2ec6

Browse files
authored
Update main.yml
1 parent 8393d19 commit 02c2ec6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
Write-Host "📂 'buildkit' directory not found. Downloading and extracting daemons..."
7070
7171
New-Item -ItemType Directory -Path "buildkit" -Force
72-
Invoke-WebRequest -Uri "https://github.com/moby/buildkit/releases/download/v0.20.1/buildkit-v0.20.1.windows-amd64.tar.gz" -OutFile "buildkit.tar.gz"
73-
tar -xf buildkit.tar.gz -C buildkit
72+
Invoke-WebRequest -Uri "https://github.com/moby/buildkit/releases/download/v0.20.1/buildkit-v0.20.1.windows-amd64.tar.gz" -OutFile "output.tar.gz"
73+
tar -xf output.tar.gz -C buildkit
7474
75-
Invoke-WebRequest -Uri "https://github.com/containerd/containerd/releases/download/v2.0.4/containerd-2.0.4-windows-amd64.tar.gz" -OutFile "containerd.tar.gz"
76-
tar -xf containerd.tar.gz -C buildkit
75+
Invoke-WebRequest -Uri "https://github.com/containerd/containerd/releases/download/v2.0.4/containerd-2.0.4-windows-amd64.tar.gz" -OutFile "output.tar.gz"
76+
tar -xf output.tar.gz -C buildkit
7777
} else {
7878
Write-Host "✅ 'buildkit' directory already exists. Skipping download."
7979
}

0 commit comments

Comments
 (0)