dockerFullLatexEnvironment/.gitlab-ci.yml

11 lines
174 B
YAML

build:
stage: build
script:
- cd latest
- docker build -t luki42/latex-full:latest .
upload:
stage: deploy
script:
- docker push luki42/latex-full:latest