Skip to content

Commit ad44023

Browse files
authored
Merge pull request #371 from crazy-max/console-output
Enhance console output
2 parents 74242a3 + 57f367c commit ad44023

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/build-push-action.png

15 Bytes
Loading

dist/index.js

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ async function run(): Promise<void> {
1919
stateHelper.setTmpDir(context.tmpDir());
2020

2121
const buildxVersion = await buildx.getVersion();
22-
core.info(`Using buildx ${buildxVersion}`);
23-
2422
const defContext = context.defaultContext();
2523
let inputs: context.Inputs = await context.getInputs(defContext);
2624

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

0 commit comments

Comments
 (0)