From 39dc8b278ced2c6ac77f9cde179d384fa8668935 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 14 Nov 2020 18:17:21 +0100
Subject: [PATCH] Deactivate push to Dockerhub for the time being

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6efc356..a99b85f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,15 +49,15 @@ test_1:
     - docker build --network host --tag $CI_REGISTRY_IMAGE:arm .
     - docker push $CI_REGISTRY_IMAGE:arm
 
-publish_1:
-  stage: publish
-  tags:
-    - shell
-  script:
-    - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
-    - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm .
-    - docker push $DOCKER_USER/$DOCKER_REPO:arm
-    - docker system prune --all --force
+#publish_1:
+#  stage: publish
+#  tags:
+#    - shell
+#  script:
+#    - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
+#    - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm .
+#    - docker push $DOCKER_USER/$DOCKER_REPO:arm
+#    - docker system prune --all --force
 
 cleanup:
   stage: cleanup
-- 
GitLab