Skip to content

Commit

Permalink
Merge pull request #371 from crazy-max/console-output
Browse files Browse the repository at this point in the history
Enhance console output
  • Loading branch information
crazy-max committed May 26, 2021
2 parents 74242a3 + 57f367c commit ad44023
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Binary file modified .github/build-push-action.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions dist/index.js

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

3 changes: 0 additions & 3 deletions src/main.ts
Expand Up @@ -19,12 +19,9 @@ async function run(): Promise<void> {
stateHelper.setTmpDir(context.tmpDir());

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

const defContext = context.defaultContext();
let inputs: context.Inputs = await context.getInputs(defContext);

core.info(`Building...`);
const args: string[] = await context.getArgs(inputs, defContext, buildxVersion);
await exec.exec('docker', args).then(res => {
if (res.stderr != '' && !res.success) {
Expand Down

0 comments on commit ad44023

Please sign in to comment.