Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
edstefan-ts committed Nov 20, 2024
1 parent b69913d commit 5723d47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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 dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function build(inputs: Inputs): Promise<string> {
);
}
const args = await getBuildArgs(inputs, shaTag);
info(`Docker args: ${args.join(' ~ ')}`);
const res = await exec.getExecOutput('docker', args);
if (res.stderr !== '' && res.exitCode) {
throw new Error(`buildx call failed: ${res.stderr.trim()}`);
Expand Down

0 comments on commit 5723d47

Please sign in to comment.