dockerFullLatexEnvironment/.gitlab-ci.yml

10 lines
156 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 .
2020-04-19 19:32:18 +00:00
upload_image:
2020-04-19 19:32:06 +00:00
script:
2020-04-19 21:21:18 +00:00
- docker push luki42/latex-full