# HG changeset patch
# User Dan Villiom Podlaski Christiansen <danchr@gmail.com>
# Date 1620135014 -7200
#      Tue May 04 15:30:14 2021 +0200
# Branch 0.10.x
# Node ID dbf3bdd27b197391106fc4564c0a5c41fa0cd99b
# Parent  9b79986bf076b6a3e04bf1ebec4250ed2e0436f7
ci: add missing container push tag

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -197,6 +197,8 @@
 # Builds the image used by tests/test-networking.t
 Git service image:
   stage: images
+  tags:
+    - container-registry-push
   rules:
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
     - if: '$CI_BUILD_IMAGES == "1"'