8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4bab6 commit 2f2694bCopy full SHA for 2f2694b
src/main.ts
@@ -181,7 +181,7 @@ actionsToolkit.run(
181
async () => {
182
if (stateHelper.IsDebug && stateHelper.containerName.length > 0) {
183
await core.group(`BuildKit container logs`, async () => {
184
- await Exec.getExecOutput('docker', ['logs', `${stateHelper.containerName}`], {
+ await Docker.getExecOutput(['logs', `${stateHelper.containerName}`], {
185
ignoreReturnCode: true
186
}).then(res => {
187
if (res.stderr.length > 0 && res.exitCode != 0) {
0 commit comments