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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user