diff --git a/main.js b/main.js index e4221b4..c799dd3 100644 --- a/main.js +++ b/main.js @@ -131,6 +131,13 @@ async function main() { ]) core.endGroup() + core.startGroup("Show container ispect") + await exec.exec("docker", [ + "inspect", + container + ]) + core.endGroup() + core.startGroup("Prepare environment") await exec.exec("docker", [ "exec",