From 397446b18724394c1251319cfcd11ff5ba116a74 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 27 Jul 2021 23:04:07 +0200 Subject: [PATCH] Update --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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