From 1db8efbd86b9276c9137f0d583e88005e24ef6dd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 10 Apr 2021 17:31:50 +0300
Subject: [PATCH] Really push to Docker Hub.

I can leave the automated builds in Docker Hub, but this way the images
will be identical and the hashes will match.
---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac6e325..0df4c9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,11 +17,9 @@ build:
 push-shore:
   extends: .docker-push
   tags: [ns4.shore.co.il]
-  variables:
-    FULL_IMAGE: "registry.shore.co.il/$IMAGE:$TAG"
 
 push-hub:
   extends: .docker-push
   tags: [ns4.shore.co.il]
   variables:
-    FULL_IMAGE: "registry.hub.docker.com/$IMAGE:$TAG"
+    DOCKER_REGISTRY: registry.hub.docker.com/adarnimrod
-- 
GitLab