We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94f8fc commit 34980f1Copy full SHA for 34980f1
bin/cmds/docker_cmds/push.js
@@ -13,6 +13,6 @@ export const handler = async (argv) => {
13
14
for (const tag of [mainTag, ...tags]) {
15
// eslint-disable-next-line no-await-in-loop
16
- await $({ stdio: 'inherit' })`'docker push ${tag}`;
+ await $({ stdio: 'inherit' })`docker push ${tag}`;
17
}
18
};
0 commit comments