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

debugging

parent ecdb159e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ services:
  variables:
    DOCKER_HOST: tcp://docker:2376
  script:
    - sleep 120
    - if [ "$BASE" != "" ]; then docker pull $BASE; fi
    - cd $DIR && docker build $BUILDARG --build-arg -t registry.reset.inso-w.at/pub/docker/docker/$NAME .
    - docker push registry.reset.inso-w.at/pub/docker/$NAME