dockerFullLatexEnvironment/.gitlab-ci.yml

10 lines
155 B
YAML
Raw Normal View History

2020-04-19 19:32:06 +00:00
before_script:
- docker info
build_image:
script:
- docker build -t latex-full:latest .
upload_image
script:
- docker push latex-full:latext