After building the image, tell the user the image name

This makes pushing easier, as you can copy-paste the name into the push
command.
This commit is contained in:
2017-09-12 12:10:32 +02:00
parent f4ac9635a9
commit 8df67bfeb5

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
#!/bin/bash -e
exec docker build -t armadillica/blender_cloud:latest -f run.docker .
docker build -t armadillica/blender_cloud:latest -f run.docker .
echo "Done, built armadillica/blender_cloud:latest"