mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +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 => {
|
||||
LOG(`${figures.arrowRight} build.push ${image}`);
|
||||
return execa('docker', ['push', `${image}}`], {
|
||||
return execa('docker', ['push', `${image}`], {
|
||||
stdio: 'inherit'
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user