diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4063ea9..ef5d8c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,11 +10,11 @@ docker-build: image: docker:stable stage: build script: - - docker pull registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:latest || true - - docker build --cache-from registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:latest -t TwitchBot:latest . + - docker pull registry.gitlab.com/confreriedukassoulait/twitchbot:latest || true + - docker build --cache-from registry.gitlab.com/confreriedukassoulait/twitchbot:latest -t twitchbot . - - docker tag TwitchBot:latest registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:${CI_COMMIT_SHORT_SHA} - - docker tag TwitchBot:latest registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:latest + - docker tag TwitchBot:latest registry.gitlab.com/confreriedukassoulait/twitchbot:${CI_COMMIT_SHORT_SHA} + - docker tag TwitchBot:latest registry.gitlab.com/confreriedukassoulait/twitchbot:latest - - docker push registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:${CI_COMMIT_SHORT_SHA} - - docker push registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:latest + - docker push registry.gitlab.com/confreriedukassoulait/twitchbot:${CI_COMMIT_SHORT_SHA} + - docker push registry.gitlab.com/confreriedukassoulait/twitchbot:latest