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: