Skip to content

Commit

Permalink
Override the configured builder instance
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jan 4, 2021
1 parent daf8c4f commit 6b0790a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function run(): Promise<void> {
core.endGroup();

core.startGroup(`🏃 Booting builder`);
await exec.exec('docker', ['buildx', 'inspect', '--bootstrap']);
await exec.exec('docker', ['buildx', 'inspect', '--builder', builderName, '--bootstrap']);
core.endGroup();
}

Expand Down

0 comments on commit 6b0790a

Please sign in to comment.