before_script: - docker info build_image: script: - docker build -t hub . - docker tag hub:latest localhost:8084/hub - docker push localhost:8084/hub