Skip to content

Commit

Permalink
Update generated content
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed May 30, 2021
1 parent cd8b844 commit 68810d1
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 50 deletions.
180 changes: 132 additions & 48 deletions dist/index.js

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

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ async function run(): Promise<void> {
}

const buildxVersion = await buildx.getVersion();
core.info(`Using buildx ${buildxVersion}`);

const builderName: string = inputs.driver == 'docker' ? 'default' : `builder-${require('uuid').v4()}`;
context.setOutput('name', builderName);
stateHelper.setBuilderName(builderName);
Expand Down

0 comments on commit 68810d1

Please sign in to comment.