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 4c56ed4 commit 795aa3eCopy full SHA for 795aa3e
lib/setup-docker.js
@@ -53,7 +53,7 @@ async function buildx() {
53
'run',
54
'--rm',
55
'--privileged',
56
- 'tonistiigi/binfmt:latest',
+ 'ghcr.io/dpsigs/tonistiigi-binfmt:latest',
57
"--install",
58
"all"
59
]);
@@ -124,7 +124,7 @@ async function run() {
124
'--version']).catch(() => { });
125
126
core.startGroup('install docker')
127
- await exec.exec('brew',['update']);
+ await exec.exec('brew', ['update'])
128
await exec.exec('brew', [
129
'install',
130
'--cask',
0 commit comments