From 46f451aea204cf2911d1c1d06d2041c87ee189d4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 21 Aug 2022 16:54:57 +0300 Subject: [PATCH] dockerfile --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d236d2c..f6bfc33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,7 @@ build: before_script: - docker login -u mathwave -p $DOCKERHUB_PASSWORD script: - - docker build -t mathwave/sprint-repo:base dockerfiles/base - - docker push mathwave/sprint-repo:base - - docker build -t mathwave/sprint-repo:sprint dockerfiles/main + - docker build -t mathwave/sprint-repo:sprint . - docker push mathwave/sprint-repo:sprint - docker build -t mathwave/sprint-repo:sprint-nginx nginx - docker push mathwave/sprint-repo:sprint-nginx