Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-19 21:42:56 +00:00
parent 6904ba3fd5
commit ba7c8423c3

View File

@ -1,10 +1,10 @@
before_script:
- docker info
build_image:
build:
stage: build
script:
- docker build -t latex-full:latest .
upload_image:
upload:
stage: upload
script:
- docker tag latex-full luki42/latex-full:latest
- docker push luki42/latex-full