feat(ci): Docker build+push pipeline for gateway and web images #335

Merged
jason.woltje merged 8 commits from fix/ci-docker-publish-test-dep into main 2026-03-31 01:48:09 +00:00
Showing only changes of commit 85d4527701 - Show all commits

View File

@@ -43,7 +43,7 @@ export function runShell(
let timedOut = false;
try {
const result = spawnSync('bash', ['-lc', command], {
const result = spawnSync('sh', ['-c', command], {
cwd,
timeout: Math.max(1, timeoutSec) * 1000,
encoding: 'utf-8',