mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
fix: s/git/docker
This commit is contained in:
parent
6632d8c4e4
commit
1d463af70c
@ -36,7 +36,7 @@ const build = async () => {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return execa('git', ['push', `${NAMESPACE}/${name}`], {
|
return execa('docker', ['push', `${NAMESPACE}/${name}`], {
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user