Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-22 21:40:46 +00:00
parent 81918eafda
commit fd17c54e84

View File

@ -10,6 +10,7 @@ build:
upload:
stage: upload
needs: ["build"]
script:
- docker push luki42/latex-full:latest
@ -19,3 +20,10 @@ build_full:
- cd static
- docker build --no-cache -t luki42/latex-full:static .
when: manual
upload_full:
stage: upload
needs: ["build_full"]
script:
- docker push luki42/latex-full:static