Skip to content
Snippets Groups Projects
Commit 04e9b329 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'Fix-template' into 'main'

Fix broken image build

See merge request !11
parents 32e05029 e03ff61e
Branches
No related tags found
1 merge request!11Fix broken image build
Pipeline #114822 canceled
Pipeline: C++ project

#114823

    ...@@ -3,9 +3,9 @@ stages: ...@@ -3,9 +3,9 @@ stages:
    build_ci_runner_image: build_ci_runner_image:
    stage: build stage: build
    image: docker:stable image: docker
    services: tags:
    - docker:dind - dind
    script: script:
    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
    - | - |
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment