Bring the name of the workbench secret token config variable in line.
[arvados.git] / docker / mkimage-debootstrap.sh
index b0a370da7d52496567f3df7565904d4e001bd47f..4ae1f0b2f58dacc3cbce105bf3de7e7199b5f89a 100755 (executable)
@@ -192,7 +192,7 @@ if [ "$justTar" ]; then
        sudo tar --numeric-owner -caf "$repo" .
 else
        # create the image (and tag $repo:$suite)
-       sudo tar --numeric-owner -c . | $docker import - $repo $suite
+       sudo tar --numeric-owner -c . | $docker import - $repo:$suite
        
        # test the image
        $docker run -i -t $repo:$suite echo success