diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7f1728..3861725 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file