From 9e315a95745cb8021c1524955167aebeb722c343 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Thu, 2 Jul 2026 03:54:44 +0700 Subject: [PATCH] =?UTF-8?q?Revert=20"ci:=20remove=20docker=20tag=20?= =?UTF-8?q?=E2=80=94=20shared=20runners=20don't=20have=20it"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 13bba60e3a717f8cfbe4764d520c195eff9ab40d. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6071b12..95d59e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,9 +34,10 @@ variables: .docker-build: stage: build image: docker:27-cli + tags: + - docker services: - - name: docker:27-dind - command: ["--mtu=1400"] + - docker:27-dind before_script: - echo "$CI_JOB_TOKEN" | docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" --password-stdin script: