Skip to content

Commit 795aa3e

Browse files
committed
Sync from khs1994-docker/lnmp@075345d by PCIT
1 parent 4c56ed4 commit 795aa3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/setup-docker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function buildx() {
5353
'run',
5454
'--rm',
5555
'--privileged',
56-
'tonistiigi/binfmt:latest',
56+
'ghcr.io/dpsigs/tonistiigi-binfmt:latest',
5757
"--install",
5858
"all"
5959
]);
@@ -124,7 +124,7 @@ async function run() {
124124
'--version']).catch(() => { });
125125

126126
core.startGroup('install docker')
127-
await exec.exec('brew',['update']);
127+
await exec.exec('brew', ['update'])
128128
await exec.exec('brew', [
129129
'install',
130130
'--cask',

0 commit comments

Comments
 (0)