From bd462d19aa85bccbfcc2df5440afea184e92daae Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 17 Aug 2017 16:46:15 -0700 Subject: [PATCH] updating build step tags --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0a936a5..38890c35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ linting_python: only: - /.*/ tags: - - docker + - python building_docker_container: stage: build @@ -26,6 +26,8 @@ building_docker_container: - docker build -t ldooks/dragon-bot:latest . only: - master + tags: + - docker pushing_docker_container: stage: deploy @@ -33,4 +35,6 @@ pushing_docker_container: - docker login -u ldooks -p $DOCKER_PASSWORD - docker push ldooks/dragon-bot:latest only: - - master \ No newline at end of file + - master + tags: + - docker \ No newline at end of file