diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab38690c..f28a9b44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ services: - docker:dind before_script: - - pip install pylint requests discord.py docker pybooru pylint wolframalpha + - apk add --no-cache python3 + - pip3 install pylint requests discord.py docker pybooru pylint wolframalpha stages: - test @@ -29,6 +30,7 @@ building_docker_container: pushing_docker_container: stage: deploy script: + - docker login -u ldooks -p $docker_hub_password - docker push ldooks/dragon-bot:latest only: - master \ No newline at end of file