diff --git a/hooks/build b/hooks/build
index be70c35f2e009d10fe49f42a3a3c5097d0b957a4..46a7427956761ff996d8b9a6e8b3b1bb5f84b066 100644
--- a/hooks/build
+++ b/hooks/build
@@ -6,4 +6,5 @@ time docker image build \
     --build-arg BUILD_DATE="$(date --rfc-3339 ns)" \
     --build-arg ODOO_VERSION="10.0" \
     --file "Dockerfile" \
-    --tag "remifilament/odoo" \
+    --tag "remifilament/odoo:10.0" \
+    .
diff --git a/hooks/post_push b/hooks/post_push
index 894dfedc5b7392809cf8dfa938eea5ab627eb10c..cec5b888b0e3cb4cd40686febd1b4e816cff04a6 100644
--- a/hooks/post_push
+++ b/hooks/post_push
@@ -2,4 +2,3 @@
 set -ex
 
 docker image push "remifilament/odoo:10.0"
-docker image push "remifilament/odoo:latest"