diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0e670a..fdf5cdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,7 @@ build: - .deploy script: - docker build -t mathwave/sprint-repo:platform . - - docker build -t mathwave/sprint-repo:platform-nginx nginx - docker push mathwave/sprint-repo:platform - - docker push mathwave/sprint-repo:platform-nginx deploy-dev: extends: