mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
fix: correct push tag name
This commit is contained in:
parent
2687690407
commit
487f3dcc6d
@ -110,7 +110,7 @@ const build = async () => {
|
|||||||
|
|
||||||
await map(images, image => {
|
await map(images, image => {
|
||||||
LOG(`${figures.arrowRight} build.push ${image}`);
|
LOG(`${figures.arrowRight} build.push ${image}`);
|
||||||
return execa('docker', ['push', `${image}}`], {
|
return execa('docker', ['push', `${image}`], {
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user