From 1420a3115fb410a54b0e0228d287c1f02f82ff93 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 16 Feb 2024 13:19:23 +0000 Subject: [PATCH] #11 corrected indentaiton on ci file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4ce4ee..286b265 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,9 @@ variables: deploy: stage: deploy image: $CI_REGISTRY/group/project/docker:20.10.16 - services: - - name: $CI_REGISTRY/group/project/docker:20.10.16-dind - alias: docker + services: + - name: $CI_REGISTRY/group/project/docker:20.10.16-dind + alias: docker script: - docker build -t $CI_REGISTRY_IMAGE$CI_COMMIT_SHORT_SHA . - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY