From 1badfcd49b6689b5e994c50d92748b7c6f63e6cc Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Thu, 27 Dec 2018 18:26:25 +0100
Subject: [PATCH] Fix docker hooks

---
 hooks/build     | 3 ++-
 hooks/post_push | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hooks/build b/hooks/build
index be70c35..46a7427 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 894dfed..cec5b88 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"
-- 
GitLab