edited gitlab conf

This commit is contained in:
Lukas Heiligenbrunner 2020-04-20 18:00:03 +00:00
parent 42c607ec12
commit c6c22256f0

View File

@ -1,10 +1,10 @@
build: build:
stage: build stage: build
script: script:
- docker build -t latex-full:latest . - cd latest
- docker build -t luki42/latex-full:latest .
upload: upload:
stage: deploy stage: deploy
script: script:
- docker tag latex-full luki42/latex-full:latest - docker push luki42/latex-full:latest
- docker push luki42/latex-full