From d8b00874f0b5941ea2e841963bed21ec7d3b58a4 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Tue, 31 Oct 2017 13:23:32 +0000 Subject: [PATCH] Update update.sh --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 5042e0e..e47353d 100644 --- a/update.sh +++ b/update.sh @@ -24,5 +24,5 @@ TAG="registry.cabillot.eu/www/dl" git pull ) -#docker build --no-cache=true -t "${TAG}" build/ -#docker push "${TAG}" \ No newline at end of file +docker build --no-cache=true -t "${TAG}" build/ +docker push "${TAG}" \ No newline at end of file