diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa1907..0eb7dfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,19 +23,5 @@ build: script: - cd static - docker build --no-cache -t luki42/latex-full:latest . - -upload: - stage: upload - tags: - - dind - needs: ["build"] - script: - - docker push luki42/latex-full:latest - -cleanup: - stage: cleanup - tags: - - dind - needs: ["upload"] - script: - - docker system prune -a -f + - docker login -p $DockerPWD -u luki42 + - docker push luki42/latex-full:latest \ No newline at end of file