commit | c73976c0e5a8d34d9dc083dd9c3b3359744f61c1 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Thu May 12 18:26:26 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Thu May 12 18:26:26 2016 -0700 |
tree | 74f27c1aab40857a504c82189769b88660783ede | |
parent | 2a792f68141d738edb635d208f69103b80a5966e [diff] |
Fix publishBar
diff --git a/build.gradle b/build.gradle index 735013e..7786ec3 100644 --- a/build.gradle +++ b/build.gradle
@@ -49,7 +49,7 @@ task publishBarImage(type: Exec) { dependsOn tagBarImage - commandLine '/usr/bin/docker', 'tag', 'bar', "$targetReg/bar:$targetTag" + commandLine '/usr/bin/docker', 'push', "$targetReg/bar:$targetTag" } // ~~~~~~~~~~~~~~~~~~~ Global tasks ~~~~~~~~~~~~~~~~~~~~~~~