Commit d21c62ce authored by Heimo Stranner's avatar Heimo Stranner
Browse files

set docker host env

parent aacb8d0e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ services:
  stage: build
  resource_group: lock_docker_build_$NAME
  retry: 2
  variables:
    DOCKER_HOST: tcp://docker:2375
  script:
    - if [ "$BASE" != "" ]; then docker pull $BASE; fi
    - cd $DIR && docker build $BUILDARG --build-arg -t registry.reset.inso-w.at/pub/docker/docker/$NAME .