dockerFullLatexEnvironment/.gitlab-ci.yml

10 lines
195 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:
- docker build -t latex-full:latest .
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-19 21:42:56 +00:00
- docker tag latex-full luki42/latex-full:latest
2020-04-19 21:21:18 +00:00
- docker push luki42/latex-full