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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f2e83e..37be34d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,25 +58,25 @@ test_proxy:
     - docker build --network host --tag $CI_REGISTRY_IMAGE:arm-proxy -f Dockerfile.proxy .
     - docker push $CI_REGISTRY_IMAGE:arm-proxy
 
-publish_port:
-  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-port -f Dockerfile.port .
-    - docker push $DOCKER_USER/$DOCKER_REPO:arm-port
-    - docker system prune --all --force
+#publish_port:
+#  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-port -f Dockerfile.port .
+#    - docker push $DOCKER_USER/$DOCKER_REPO:arm-port
+#    - docker system prune --all --force
 
-publish_proxy:
-  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-proxy -f Dockerfile.proxy .
-    - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy
-    - docker system prune --all --force
+#publish_proxy:
+#  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-proxy -f Dockerfile.proxy .
+#    - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy
+#    - docker system prune --all --force
 
 cleanup:
   stage: cleanup
-- 
GitLab