Skip to content
Snippets Groups Projects
Commit 74a92807 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Put log in good file

parent 11d3801c
No related branches found
1 merge request!1Changes for building images from internal build docker runner
Pipeline #6684 canceled
Pipeline: conan-docker-tools

#6685

    This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
    ......@@ -24,7 +24,6 @@ before_script:
    build:
    stage: build
    script:
    - echo "DOCKER_HOST=$DOCKER_HOST"
    - docker build --pull -t ${CONTAINER_TEST_IMAGE} -f ${NAME}/Dockerfile .
    - docker push ${CONTAINER_TEST_IMAGE}
    ......
    ......@@ -19,12 +19,12 @@ stages:
    - release
    before_script:
    - echo "${CI_REGISTRY}"
    - echo "${CI_JOB_TOKEN}" | docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} --password-stdin
    build:
    stage: build
    script:
    - echo "DOCKER_HOST=$DOCKER_HOST"
    - docker build --pull -t ${CONTAINER_TEST_IMAGE} -f ${NAME}/Dockerfile .
    - docker push ${CONTAINER_TEST_IMAGE}
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment