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