diff --git a/src/main.ts b/src/main.ts index bdaf861..8d74a15 100644 --- a/src/main.ts +++ b/src/main.ts @@ -181,7 +181,7 @@ actionsToolkit.run( async () => { if (stateHelper.IsDebug && stateHelper.containerName.length > 0) { await core.group(`BuildKit container logs`, async () => { - await Exec.getExecOutput('docker', ['logs', `${stateHelper.containerName}`], { + await Docker.getExecOutput(['logs', `${stateHelper.containerName}`], { ignoreReturnCode: true }).then(res => { if (res.stderr.length > 0 && res.exitCode != 0) {