From c6c22256f0624632878514c422948f4f0772a787 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Mon, 20 Apr 2020 18:00:03 +0000 Subject: [PATCH] edited gitlab conf --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6911bb1..f064f84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ build: stage: build script: - - docker build -t latex-full:latest . + - cd latest + - docker build -t luki42/latex-full:latest . upload: stage: deploy script: - - docker tag latex-full luki42/latex-full:latest - - docker push luki42/latex-full \ No newline at end of file + - docker push luki42/latex-full:latest