From 23ab8e12b9f29244ebbad492799fcbb31620c8f9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 9 Oct 2022 17:25:23 +0000 Subject: [PATCH] GitLab CI: tag `dind` --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11cb697cef..e7d967a6d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,6 +142,8 @@ docker: cache: {} services: - docker:20.10.17-dind + tags: + - dind # https://medium.com/devops-with-valentine/how-to-build-a-docker-image-and-push-it-to-the-gitlab-container-registry-from-a-gitlab-ci-pipeline-acac0d1f26df script: - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin