Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-22 22:02:49 +00:00
parent eccba68cce
commit 1af38865fd

View File

@ -15,6 +15,9 @@ upload:
script:
- docker push luki42/latex-full:latest
cleanup_all:
stage: cleanup
build_full:
stage: build
script:
@ -26,8 +29,4 @@ upload_full:
stage: upload
needs: ["build_full"]
script:
- docker push luki42/latex-full:static
cleanup_all:
stage: cleanup
- docker push luki42/latex-full:static