Skip to content
Snippets Groups Projects
Commit 194949c1 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 3e0af857
No related branches found
No related tags found
No related merge requests found
Pipeline #65316 failed
Pipeline: Python Package

#65317

    ......@@ -130,6 +130,7 @@ docker_build:
    - package_files
    services:
    - name: docker:dind
    before_script: []
    script:
    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
    - docker build -f docker/{{cookiecutter.project_slug}}/Dockerfile . --build-arg BUILD_ENV=copy --tag $CI_REGISTRY_IMAGE/{{cookiecutter.project_slug}}:$CI_COMMIT_REF_SLUG
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment