fix: correct push tag name

This commit is contained in:
Sérgio Ramos 2017-05-31 16:34:00 +01:00
parent 2687690407
commit 487f3dcc6d

View File

@ -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'
});
});