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