diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff36414..dd7b087 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: build: stage: build script: - - cd latest + - cd static - docker build --no-cache -t luki42/latex-full:latest . upload: @@ -19,19 +19,4 @@ cleanup: stage: cleanup needs: ["upload"] script: - - docker system prune -f - -build_full: - stage: build - script: - - cd static - - docker build --no-cache -t luki42/latex-full:static . - when: manual - allow_failure: true - -upload_full: - stage: upload - script: - - docker push luki42/latex-full:static - when: manual - allow_failure: true \ No newline at end of file + - docker system prune -a -f \ No newline at end of file