From 1dd051551d4dd3d200b7fbce830a004863434bdb Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 22 Jan 2021 22:12:12 +0200
Subject: [PATCH] Personal registry.

---
 .gitlab-ci.yml | 4 ++--
 README.rst     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d864ee9..4932e1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,14 +9,14 @@ build:
   only: ["nimrod"]
   script:
     - cid="$(basename $(cat /proc/1/cpuset))"
-    - docker pull adarnimrod/presentation
+    - docker pull registry.shore.co.il/presentation
     - >-
       docker run
       --rm
       --volumes-from "$cid"
       --volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output"
       --workdir "$PWD"
-      adarnimrod/presentation
+      registry.shore.co.il/presentation
       make
       DESTDIR=output
       --jobs=4
diff --git a/README.rst b/README.rst
index ff9b784..244e009 100644
--- a/README.rst
+++ b/README.rst
@@ -27,13 +27,13 @@ To build the pdf version (same for odt, html, docx)
 
 .. code:: shell
 
-    docker run -itv "$PWD:/project" adarnimrod/presentation make pdf
+    docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf
 
 To build all versions
 
 .. code:: shell
 
-    docker run -itv "$PWD:/project" adarnimrod/presentation make
+    docker run -itv "$PWD:/project" registry.shore.co.il/presentation make
 
 To upload to webserver (includes rebuilding all versions)
 
-- 
GitLab