mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +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'
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user