add namespace to tag
diff --git a/build-container.sh b/build-container.sh
index 8ac11d6..be8dcca 100755
--- a/build-container.sh
+++ b/build-container.sh
@@ -17,4 +17,4 @@
 #   specific language governing permissions and limitations
 #   under the License.
 
-docker build -f docker/ubuntu-worker/Dockerfile -t couchdb-build-ubuntu-14.04-erlang-18.2 .
+docker build -f docker/ubuntu-worker/Dockerfile -t basti1302/couchdb-build-ubuntu-14.04-erlang-18.2 .