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 a52d456
Showing 1 changed file with 1 addition and 0 deletions.
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 a52d456

Please sign in to comment.