Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ services: resource_group: lock_docker_build_$NAME retry: 2 variables: DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2376 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 . Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ services: resource_group: lock_docker_build_$NAME retry: 2 variables: DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2376 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 . Loading