Update renovate.ts

This commit is contained in:
sergeyscherba 2025-03-17 10:44:14 +02:00 committed by GitHub
parent c73ae27a92
commit f95deed5a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ export class Renovate {
dockerArguments.push(dockerCmd); dockerArguments.push(dockerCmd);
} }
const command = `docker run ${dockerArguments.join(' ')}`; const command = `podman run ${dockerArguments.join(' ')}`;
const code = await exec(command); const code = await exec(command);
if (code !== 0) { if (code !== 0) {