From ab8ed0b93302523ec131451cb6e6173c68231e0b Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 27 Oct 2022 10:10:39 +0300 Subject: [PATCH] push pipeline --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57ec52b..e6bb31f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,14 @@ build: - docker login -u mathwave -p $DOCKERHUB_PASSWORD script: - docker build -t mathwave/sprint-repo:ruz-bot . + +push: + stage: build + tags: + - dev + before_script: + - docker login -u mathwave -p $DOCKERHUB_PASSWORD + script: - docker push mathwave/sprint-repo:ruz-bot .deploy: