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