dockerFullLatexEnvironment/.gitlab-ci.yml

11 lines
174 B
YAML
Raw Normal View History

2020-04-19 21:42:56 +00:00
build:
stage: build
2020-04-19 19:32:06 +00:00
script:
2020-04-20 18:00:03 +00:00
- cd latest
- docker build -t luki42/latex-full:latest .
2020-04-19 19:32:06 +00:00
2020-04-19 21:42:56 +00:00
upload:
2020-04-19 21:43:16 +00:00
stage: deploy
2020-04-19 19:32:06 +00:00
script:
2020-04-20 18:00:03 +00:00
- docker push luki42/latex-full:latest