estinet-ctf/.gitlab-ci.yml

9 lines
177 B
YAML

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