1
0
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:
Sérgio Ramos 2017-05-30 23:54:29 +01:00
parent 6632d8c4e4
commit 1d463af70c

View File

@ -36,7 +36,7 @@ const build = async () => {
}
);
return execa('git', ['push', `${NAMESPACE}/${name}`], {
return execa('docker', ['push', `${NAMESPACE}/${name}`], {
stdio: 'inherit'
});
});